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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h

Issue 2683993003: Move toEventTarget to EventTarget (Closed)
Patch Set: Inline toEventTarget in V8Binding::toEventTarget 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/bindings/core/v8/WrapperTypeInfo.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h b/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h
index ce9429af5f18e46aa00d47c8adf59acfb08be70a..9b32a21385181b5eb224b6846e6f99eec54639e0 100644
--- a/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h
+++ b/third_party/WebKit/Source/bindings/core/v8/WrapperTypeInfo.h
@@ -41,7 +41,6 @@
namespace blink {
class DOMWrapperWorld;
-class EventTarget;
class ScriptWrappable;
ScriptWrappable* toScriptWrappable(
@@ -171,8 +170,6 @@ struct WrapperTypeInfo {
return activeScriptWrappableInheritance == InheritFromActiveScriptWrappable;
}
- EventTarget* toEventTarget(v8::Local<v8::Object>) const;
-
// This field must be the first member of the struct WrapperTypeInfo.
// See also static_assert() in .cpp file.
const gin::GinEmbedder ginEmbedder;

Powered by Google App Engine
This is Rietveld 408576698