| Index: third_party/WebKit/Source/bindings/core/v8/ToV8.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ToV8.h b/third_party/WebKit/Source/bindings/core/v8/ToV8.h
|
| index 3e1503a676aaa3c898bc22ef452a562ab255a9a7..c3530fe8f848084746d1b40428d2e125f90d2788 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ToV8.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ToV8.h
|
| @@ -22,9 +22,7 @@
|
|
|
| namespace blink {
|
|
|
| -class DOMWindow;
|
| class Dictionary;
|
| -class EventTarget;
|
|
|
| // ScriptWrappable
|
|
|
| @@ -56,15 +54,6 @@ inline v8::Local<v8::Value> ToV8(Node* impl,
|
| return wrapper;
|
| }
|
|
|
| -// Special versions for DOMWindow and EventTarget
|
| -
|
| -CORE_EXPORT v8::Local<v8::Value> ToV8(DOMWindow*,
|
| - v8::Local<v8::Object> creationContext,
|
| - v8::Isolate*);
|
| -CORE_EXPORT v8::Local<v8::Value> ToV8(EventTarget*,
|
| - v8::Local<v8::Object> creationContext,
|
| - v8::Isolate*);
|
| -
|
| // Primitives
|
|
|
| inline v8::Local<v8::Value> ToV8(const String& value,
|
|
|