| Index: third_party/WebKit/Source/core/frame/DOMWindow.h
|
| diff --git a/third_party/WebKit/Source/core/frame/DOMWindow.h b/third_party/WebKit/Source/core/frame/DOMWindow.h
|
| index 7f66a804290a842884ae4edc42fc545f3fb309c3..e60604cf32c0b56272d7ec64b4825aa0a30fa098 100644
|
| --- a/third_party/WebKit/Source/core/frame/DOMWindow.h
|
| +++ b/third_party/WebKit/Source/core/frame/DOMWindow.h
|
| @@ -41,7 +41,7 @@ class StyleMedia;
|
|
|
| typedef HeapVector<Member<MessagePort>, 1> MessagePortArray;
|
|
|
| -class CORE_EXPORT DOMWindow : public EventTargetWithInlineData, public DOMWindowBase64 {
|
| +class CORE_EXPORT DOMWindow : public EventTargetWithInlineData<DOMWindow>, public DOMWindowBase64 {
|
| DEFINE_WRAPPERTYPEINFO();
|
| REFCOUNTED_EVENT_TARGET(DOMWindow);
|
| public:
|
|
|