Index: third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.h b/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.h |
index ea19fbaa285e042d56b8224b7e602ca1b0a63e70..04e5ea4e90062fcbec0d57e38c7c8d428e3f6f23 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.h |
@@ -145,6 +145,7 @@ private: |
bool m_isAttribute; |
RefPtr<DOMWrapperWorld> m_world; |
+ RefPtr<DOMWrapperWorld> m_originWorld; |
v8::Isolate* m_isolate; |
// nullptr unless this listener belongs to a worker. |