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

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

Issue 778003003: List marker pseudo elements. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « Source/core/dom/ElementRareData.h ('k') | Source/core/dom/LayoutTreeBuilder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/ElementRareData.cpp
diff --git a/Source/core/dom/ElementRareData.cpp b/Source/core/dom/ElementRareData.cpp
index 8ae8da2e13c5ba8224368895c31dea7cf4ae6560..1c8306804502b3d0bf1723348b6be80dc0e2f655 100644
--- a/Source/core/dom/ElementRareData.cpp
+++ b/Source/core/dom/ElementRareData.cpp
@@ -39,7 +39,7 @@ struct SameSizeAsElementRareData : NodeRareData {
short indices[2];
LayoutSize sizeForResizing;
IntSize scrollOffset;
- void* pointers[14];
+ void* pointers[15];
};
CSSStyleDeclaration& ElementRareData::ensureInlineCSSStyleDeclaration(Element* ownerElement)
@@ -68,6 +68,7 @@ DEFINE_TRACE_AFTER_DISPATCH(ElementRareData)
visitor->trace(m_inputMethodContext);
visitor->trace(m_elementAnimations);
visitor->trace(m_cssomWrapper);
+ visitor->trace(m_marker);
visitor->trace(m_customElementDefinition);
visitor->trace(m_generatedBefore);
visitor->trace(m_generatedAfter);
« no previous file with comments | « Source/core/dom/ElementRareData.h ('k') | Source/core/dom/LayoutTreeBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698