Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1507)

Unified Diff: third_party/WebKit/Source/core/events/EventTarget.h

Issue 2683993003: Move toEventTarget to EventTarget (Closed)
Patch Set: Format, remove header Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698