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

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

Issue 1163253003: Clean up macros around DEFINE_EVENT_TARGET_REFCOUNTING (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/MediaQueryList.h ('k') | Source/core/events/EventTarget.h » ('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 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;
« no previous file with comments | « Source/core/css/MediaQueryList.h ('k') | Source/core/events/EventTarget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698