Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(314)

Unified Diff: third_party/WebKit/Source/core/dom/Document.h

Issue 2525313004: binding: Removes Document::wrap that must be equivalent to Node::wrap. (Closed)
Patch Set: . Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698