| 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 d31b73c2933e9eba7c572af82fd298f97f0d90e6..d46a23a62514b4aef54c5527b901a17dea36e31e 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;
|
| }
|
|
|