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

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

Issue 265793017: Oilpan: move node/element rare data objects to the heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased + assert for Nodes having no renderer on destruction. Created 6 years, 8 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: Source/core/dom/Node.h
diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h
index 0f523a063b53223c0424a92b770640b5a1ca559b..f4a46d2b71e949b1d0001a9caf01b3860dcaea33 100644
--- a/Source/core/dom/Node.h
+++ b/Source/core/dom/Node.h
@@ -785,9 +785,9 @@ protected:
NodeRareData* rareData() const;
NodeRareData& ensureRareData();
+#if !ENABLE(OILPAN)
void clearRareData();
-#if !ENABLE(OILPAN)
void clearEventTargetData();
#endif

Powered by Google App Engine
This is Rietveld 408576698