Title: [187503] trunk/Source/WebCore
Revision
187503
Author
[email protected]
Date
2015-07-28 12:48:03 -0700 (Tue, 28 Jul 2015)

Log Message

Unreviewed, follow-up nit fix after r187489.

Fix forward declarations ordering.

* css/StyleSheetContents.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (187502 => 187503)


--- trunk/Source/WebCore/ChangeLog	2015-07-28 19:42:03 UTC (rev 187502)
+++ trunk/Source/WebCore/ChangeLog	2015-07-28 19:48:03 UTC (rev 187503)
@@ -1,3 +1,11 @@
+2015-07-28  Chris Dumez  <[email protected]>
+
+        Unreviewed, follow-up nit fix after r187489.
+
+        Fix forward declarations ordering.
+
+        * css/StyleSheetContents.h:
+
 2015-07-27  David Hyatt  <[email protected]>
 
         ASSERTION FAILED: !currBox->needsLayout() loading bing maps (and apple.com/music and nytimes)

Modified: trunk/Source/WebCore/css/StyleSheetContents.h (187502 => 187503)


--- trunk/Source/WebCore/css/StyleSheetContents.h	2015-07-28 19:42:03 UTC (rev 187502)
+++ trunk/Source/WebCore/css/StyleSheetContents.h	2015-07-28 19:48:03 UTC (rev 187503)
@@ -38,9 +38,9 @@
 class CachedResource;
 class Document;
 class Node;
+class SecurityOrigin;
 class StyleRuleBase;
 class StyleRuleImport;
-class SecurityOrigin;
 
 class StyleSheetContents : public RefCounted<StyleSheetContents> {
 public:
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to