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

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

Issue 2538403002: Revert of binding: Removes Document::wrap that must be equivalent to Node::wrap. (Closed)
Patch Set: Created 4 years 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 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;
}
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/WindowProxy.cpp ('k') | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698