Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index e83c97aa18cec21599a2312bfab6a87810ad673f..2c0c9bfded1103963f13479443d04f091a3f63dd 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -389,6 +389,8 @@ public: |
String scope; |
String selector; |
String markup; |
+ Vector<String> names; |
+ Vector<IntRect> rects; |
}; |
void getTransitionElementData(Vector<TransitionElementData>&); |