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

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

Issue 980653002: Oilpan: disable conservative GCs during initial GC mixin construction. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add GC mixin test Created 5 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
« no previous file with comments | « Source/core/css/CSSValue.h ('k') | Source/core/dom/shadow/ShadowRoot.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Node.h
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
index cd28ab1871366679d2b56f05f43375cfc88566b1..317b504403792ed1bed12fcbf51a9604e395a009 100644
--- a/Source/core/dom/Node.h
+++ b/Source/core/dom/Node.h
@@ -113,6 +113,7 @@ protected:
class Node;
WILL_NOT_BE_EAGERLY_TRACED_CLASS(Node);
+WILL_HAVE_ALL_INSTANCES_ON_SAME_GC_HEAP(Node);
#if ENABLE(OILPAN)
#define NODE_BASE_CLASSES public EventTarget
« no previous file with comments | « Source/core/css/CSSValue.h ('k') | Source/core/dom/shadow/ShadowRoot.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698