| 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 907fb5055b007ac696e1a1d25f722dbdac720c50..826edbbba6022c9c0d99bacbbe548a434e02aefb 100644
 | 
| --- a/third_party/WebKit/Source/core/dom/Document.h
 | 
| +++ b/third_party/WebKit/Source/core/dom/Document.h
 | 
| @@ -1243,13 +1243,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;
 | 
|    }
 | 
| 
 |