| Index: third_party/WebKit/Source/core/dom/Document.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.h b/third_party/WebKit/Source/core/dom/Document.h
|
| index 4037cbd70347c2502cde8ad58399cb255c5c6bc3..f48837fd0c367adbf90b8f6a038414061ec8b433 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -1245,13 +1245,6 @@ class CORE_EXPORT Document : public ContainerNode,
|
|
|
| DOMTimerCoordinator* timers() final;
|
|
|
| - v8::Local<v8::Object> wrap(v8::Isolate*,
|
| - v8::Local<v8::Object> creationContext) override;
|
| - WARN_UNUSED_RESULT v8::Local<v8::Object> associateWithWrapper(
|
| - v8::Isolate*,
|
| - const WrapperTypeInfo*,
|
| - v8::Local<v8::Object> wrapper) override;
|
| -
|
| HostsUsingFeatures::Value& HostsUsingFeaturesValue() {
|
| return m_hostsUsingFeaturesValue;
|
| }
|
|
|