Chromium Code Reviews| 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 |