| 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..217d6404a3960ed31199f1f9dfeee3be822eb85c 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/V8AbstractEventListener.h
|
| @@ -153,6 +153,8 @@ private:
|
| #if ENABLE(OILPAN)
|
| SelfKeepAlive<V8AbstractEventListener> m_keepAlive;
|
| #endif
|
| +
|
| + int m_originWorldId;
|
| };
|
|
|
| } // namespace blink
|
|
|