Index: Source/core/svg/SVGSVGElement.h |
diff --git a/Source/core/svg/SVGSVGElement.h b/Source/core/svg/SVGSVGElement.h |
index 32c9836ff2fe27df76cddca3803200c1aff1bd28..f9a8d79354045b3107ea35dc37bc8022cc29eae3 100644 |
--- a/Source/core/svg/SVGSVGElement.h |
+++ b/Source/core/svg/SVGSVGElement.h |
@@ -136,6 +136,8 @@ private: |
void updateCurrentTranslate(); |
+ virtual void finishParsingChildren() OVERRIDE; |
+ |
enum CheckIntersectionOrEnclosure { |
CheckIntersection, |
CheckEnclosure |