mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:17:36 +00:00
LibJS: Remove Shape::global_object() and Object::global_object()
Same reason as in commit 275dea9
.
This commit is contained in:
parent
4f436bd323
commit
72730422bb
7 changed files with 3 additions and 16 deletions
|
@ -62,7 +62,6 @@ public:
|
|||
Shape* create_unique_clone() const;
|
||||
|
||||
Realm& realm() const { return m_realm; }
|
||||
GlobalObject* global_object() const;
|
||||
|
||||
Object* prototype() { return m_prototype; }
|
||||
Object const* prototype() const { return m_prototype; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue