| 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;
|
|
|