| 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 f48837fd0c367adbf90b8f6a038414061ec8b433..4037cbd70347c2502cde8ad58399cb255c5c6bc3 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.h
|
| +++ b/third_party/WebKit/Source/core/dom/Document.h
|
| @@ -1245,6 +1245,13 @@
|
|
|
| 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;
|
| }
|
|
|