| Index: third_party/WebKit/Source/core/events/EventTarget.h
|
| diff --git a/third_party/WebKit/Source/core/events/EventTarget.h b/third_party/WebKit/Source/core/events/EventTarget.h
|
| index acd8940b4cc21dabea5232fb703fac77cebe0400..5f56ecb04adcf376f578f59ca61a2f76aede39e3 100644
|
| --- a/third_party/WebKit/Source/core/events/EventTarget.h
|
| +++ b/third_party/WebKit/Source/core/events/EventTarget.h
|
| @@ -125,6 +125,7 @@ public:
|
| virtual ExecutionContext* executionContext() const = 0;
|
|
|
| virtual Node* toNode();
|
| + virtual const LocalDOMWindow* toDOMWindow() const;
|
| virtual LocalDOMWindow* toDOMWindow();
|
| virtual MessagePort* toMessagePort();
|
|
|
|
|