mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 20:16:02 +00:00
LibJS: Remove GlobalObject::{set_,}associated_realm()
This commit is contained in:
parent
61bd9fef7d
commit
dfb7588d30
Notes:
sideshowbarker
2024-07-17 07:41:29 +09:00
Author: https://github.com/linusg
Commit: dfb7588d30
Pull-request: https://github.com/SerenityOS/serenity/pull/15035
Reviewed-by: https://github.com/davidot
5 changed files with 0 additions and 20 deletions
|
@ -24,9 +24,6 @@ public:
|
|||
|
||||
Console& console() { return *m_console; }
|
||||
|
||||
Realm* associated_realm();
|
||||
void set_associated_realm(Realm&);
|
||||
|
||||
private:
|
||||
virtual bool is_global_object() const final { return true; }
|
||||
|
||||
|
@ -44,7 +41,6 @@ private:
|
|||
JS_DECLARE_NATIVE_FUNCTION(unescape);
|
||||
|
||||
NonnullOwnPtr<Console> m_console;
|
||||
WeakPtr<Realm> m_associated_realm;
|
||||
};
|
||||
|
||||
inline GlobalObject* Shape::global_object() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue