summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/Bindings/WindowObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/LibWeb/Bindings/WindowObject.h')
-rw-r--r--Libraries/LibWeb/Bindings/WindowObject.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Libraries/LibWeb/Bindings/WindowObject.h b/Libraries/LibWeb/Bindings/WindowObject.h
index 8b01a5ae3b..7feee05818 100644
--- a/Libraries/LibWeb/Bindings/WindowObject.h
+++ b/Libraries/LibWeb/Bindings/WindowObject.h
@@ -44,6 +44,8 @@ public:
DOM::Window& impl() { return *m_impl; }
const DOM::Window& impl() const { return *m_impl; }
+ Origin origin() const;
+
XMLHttpRequestPrototype* xhr_prototype() { return m_xhr_prototype; }
XMLHttpRequestConstructor* xhr_constructor() { return m_xhr_constructor; }