Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1099)

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

Issue 349730043: WIP - wip
Patch Set: . Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/WebCore/dom/ElementRareData.cpp
diff --git a/Source/WebCore/dom/ElementRareData.cpp b/Source/WebCore/dom/ElementRareData.cpp
index 478a8887e0051acabb620e375ab6022528195bce..626e91e2345503bdea0b395d28955e196a9f5e76 100644
--- a/Source/WebCore/dom/ElementRareData.cpp
+++ b/Source/WebCore/dom/ElementRareData.cpp
@@ -44,6 +44,9 @@ struct SameSizeAsElementRareData : NodeRareData {
LayoutSize sizeForResizing;
IntPoint savedLayerScrollPosition;
void* pointers[8];
+#if ENABLE(INTERSECTION_OBSERVER)
+ void* intersectionObserverRegistrations;
+#endif
};
static_assert(sizeof(ElementRareData) == sizeof(SameSizeAsElementRareData), "ElementRareData should stay small");

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b