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

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

Issue 2726593002: Use mayNotBeMainThread() for wrapper optimization (Closed)
Patch Set: Renaming + move decrement to destructor Created 3 years, 9 months 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/Node.h
diff --git a/third_party/WebKit/Source/core/dom/Node.h b/third_party/WebKit/Source/core/dom/Node.h
index 198c0aebc5e55260072e83a25e4b01f7ff3ee994..3e8bcd5a144eb2f7e09abec2e20ef4b9f13d5d42 100644
--- a/third_party/WebKit/Source/core/dom/Node.h
+++ b/third_party/WebKit/Source/core/dom/Node.h
@@ -777,13 +777,6 @@ class CORE_EXPORT Node : public EventTarget {
unsigned lengthOfContents() const;
- 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;
-
private:
enum NodeFlags {
HasRareDataFlag = 1,

Powered by Google App Engine
This is Rietveld 408576698