| 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 6b77c11e6ed31818646a94f36c973757033a7652..ff88da3df437cf754e78cd600d7d2ffd1c4f6545 100644
|
| --- a/third_party/WebKit/Source/core/events/EventTarget.h
|
| +++ b/third_party/WebKit/Source/core/events/EventTarget.h
|
| @@ -165,6 +165,8 @@ class CORE_EXPORT EventTarget : public GarbageCollectedFinalized<EventTarget>,
|
|
|
| static DispatchEventResult dispatchEventResult(const Event&);
|
|
|
| + static EventTarget* toEventTarget(v8::Local<v8::Object>);
|
| +
|
| DEFINE_INLINE_VIRTUAL_TRACE() {}
|
|
|
| DECLARE_VIRTUAL_TRACE_WRAPPERS();
|
|
|