Title: [145909] trunk/Source/WebCore
Revision
145909
Author
[email protected]
Date
2013-03-15 09:51:15 -0700 (Fri, 15 Mar 2013)

Log Message

Get rid of useless forward declaration.
https://bugs.webkit.org/show_bug.cgi?id=112449

Patch by Konrad Piascik <[email protected]> on 2013-03-15
Reviewed by Stephen Chenney.

No behavioural change

* svg/SVGRectElement.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (145908 => 145909)


--- trunk/Source/WebCore/ChangeLog	2013-03-15 16:26:47 UTC (rev 145908)
+++ trunk/Source/WebCore/ChangeLog	2013-03-15 16:51:15 UTC (rev 145909)
@@ -1,3 +1,14 @@
+2013-03-15  Konrad Piascik  <[email protected]>
+
+        Get rid of useless forward declaration.
+        https://bugs.webkit.org/show_bug.cgi?id=112449
+
+        Reviewed by Stephen Chenney.
+
+        No behavioural change 
+
+        * svg/SVGRectElement.cpp:
+
 2013-03-15  Alexei Filippov  <[email protected]>
 
         Web Inspector: make CPU profiler show timings using the same time unit [ms]

Modified: trunk/Source/WebCore/svg/SVGRectElement.cpp (145908 => 145909)


--- trunk/Source/WebCore/svg/SVGRectElement.cpp	2013-03-15 16:26:47 UTC (rev 145908)
+++ trunk/Source/WebCore/svg/SVGRectElement.cpp	2013-03-15 16:51:15 UTC (rev 145909)
@@ -33,8 +33,6 @@
 
 namespace WebCore {
 
-class RenderSVGRect;
-
 // Animated property definitions
 DEFINE_ANIMATED_LENGTH(SVGRectElement, SVGNames::xAttr, X, x)
 DEFINE_ANIMATED_LENGTH(SVGRectElement, SVGNames::yAttr, Y, y)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to