| Index: Source/core/dom/Node.h
|
| diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
|
| index 7d1ea14ccd552d288052ba2669cac13fe3b98a0b..34b36e2ff927f10414e8164a09c582d756edf2e8 100644
|
| --- a/Source/core/dom/Node.h
|
| +++ b/Source/core/dom/Node.h
|
| @@ -126,7 +126,9 @@ WILL_NOT_BE_EAGERLY_TRACED_CLASS(Node);
|
| #endif
|
|
|
| class CORE_EXPORT Node : NODE_BASE_CLASSES {
|
| - DEFINE_EVENT_TARGET_REFCOUNTING_WILL_BE_REMOVED(TreeShared<Node>);
|
| +#if !ENABLE(OILPAN)
|
| + DEFINE_EVENT_TARGET_REFCOUNTING(TreeShared<Node>);
|
| +#endif
|
| DEFINE_WRAPPERTYPEINFO();
|
| friend class TreeScope;
|
| friend class TreeScopeAdopter;
|
|
|