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

Unified Diff: Source/core/dom/ElementRareData.cpp

Issue 1120003002: [Oilpan] Migrate most classes under core/animations to Oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Build fix Created 5 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/ElementRareData.cpp
diff --git a/Source/core/dom/ElementRareData.cpp b/Source/core/dom/ElementRareData.cpp
index 8ae8da2e13c5ba8224368895c31dea7cf4ae6560..916430959661fc610a0328c9da379e109a660077 100644
--- a/Source/core/dom/ElementRareData.cpp
+++ b/Source/core/dom/ElementRareData.cpp
@@ -40,6 +40,10 @@ struct SameSizeAsElementRareData : NodeRareData {
LayoutSize sizeForResizing;
IntSize scrollOffset;
void* pointers[14];
+#if !ENABLE(OILPAN)
+ // TODO: Decide to add following element to check persistent.
+ void* persistents[1][5];
+#endif
};
CSSStyleDeclaration& ElementRareData::ensureInlineCSSStyleDeclaration(Element* ownerElement)

Powered by Google App Engine
This is Rietveld 408576698