Title: [184053] trunk/Source/WebCore
Revision
184053
Author
commit-qu...@webkit.org
Date
2015-05-10 14:23:33 -0700 (Sun, 10 May 2015)

Log Message

Remove unnecessary forward declarations in StyleProperties.h
https://bugs.webkit.org/show_bug.cgi?id=144843

Patch by Sungmann Cho <sungmann....@navercorp.com> on 2015-05-10
Reviewed by Darin Adler.

No new tests, no behavior change.

* css/StyleProperties.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (184052 => 184053)


--- trunk/Source/WebCore/ChangeLog	2015-05-10 20:28:16 UTC (rev 184052)
+++ trunk/Source/WebCore/ChangeLog	2015-05-10 21:23:33 UTC (rev 184053)
@@ -1,3 +1,14 @@
+2015-05-10  Sungmann Cho  <sungmann....@navercorp.com>
+
+        Remove unnecessary forward declarations in StyleProperties.h
+        https://bugs.webkit.org/show_bug.cgi?id=144843
+
+        Reviewed by Darin Adler.
+
+        No new tests, no behavior change.        
+
+        * css/StyleProperties.h:
+
 2015-05-10  Darin Adler  <da...@apple.com>
 
         [Cocoa] Fix paths and resort WebCore project file

Modified: trunk/Source/WebCore/css/StyleProperties.h (184052 => 184053)


--- trunk/Source/WebCore/css/StyleProperties.h	2015-05-10 20:28:16 UTC (rev 184052)
+++ trunk/Source/WebCore/css/StyleProperties.h	2015-05-10 21:23:33 UTC (rev 184053)
@@ -36,9 +36,7 @@
 
 namespace WebCore {
 
-class CSSRule;
 class CSSStyleDeclaration;
-class ComputedStyleExtractor;
 class ImmutableStyleProperties;
 class URL;
 class MutableStyleProperties;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to