From 0f5d4355d7a384679722338d55f65bbb92350cfc Mon Sep 17 00:00:00 2001 From: Naiem Shaik Date: Thu, 19 Jul 2012 10:45:56 -0700 Subject: DOM Optimizations DOM traversal optimizations DOM Core optimizations Prefetch optimization for DOM Tree Traversal Conflicts: Source/WebKit/android/jni/WebViewCore.cpp Change-Id: Icbb8a7229ee9cff1a5401b57c8181f18b9a6d6e0 --- Source/WebCore/svg/SVGElement.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/WebCore/svg/SVGElement.h') diff --git a/Source/WebCore/svg/SVGElement.h b/Source/WebCore/svg/SVGElement.h index 380fa0e..1bb10d9 100644 --- a/Source/WebCore/svg/SVGElement.h +++ b/Source/WebCore/svg/SVGElement.h @@ -110,7 +110,7 @@ public: virtual void updateAnimatedSVGAttribute(const QualifiedName&) const; protected: - SVGElement(const QualifiedName&, Document*); + SVGElement(const QualifiedName&, Document*, ConstructionType = CreateSVGElement); virtual void parseMappedAttribute(Attribute*); -- cgit v1.1