Chromium Code Reviews

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: Adjust MutationObserverRegistration::create() signature slightly Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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