Title: [89157] trunk/Source/WebCore
Revision
89157
Author
[email protected]
Date
2011-06-17 12:12:41 -0700 (Fri, 17 Jun 2011)

Log Message

Fix clang build.

* loader/LinkLoader.h: Use struct, not class, to forward-declare struct.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (89156 => 89157)


--- trunk/Source/WebCore/ChangeLog	2011-06-17 19:11:44 UTC (rev 89156)
+++ trunk/Source/WebCore/ChangeLog	2011-06-17 19:12:41 UTC (rev 89157)
@@ -1,3 +1,9 @@
+2011-06-17  Darin Adler  <[email protected]>
+
+        Fix clang build.
+
+        * loader/LinkLoader.h: Use struct, not class, to forward-declare struct.
+
 2011-06-17  Chris Evans  <[email protected]>
 
         Reviewed by Adam Barth.

Modified: trunk/Source/WebCore/loader/LinkLoader.h (89156 => 89157)


--- trunk/Source/WebCore/loader/LinkLoader.h	2011-06-17 19:11:44 UTC (rev 89156)
+++ trunk/Source/WebCore/loader/LinkLoader.h	2011-06-17 19:12:41 UTC (rev 89157)
@@ -39,7 +39,7 @@
 
 namespace WebCore {
 
-class LinkRelAttribute;
+struct LinkRelAttribute;
 
 // The LinkLoader can load link rel types icon, dns-prefetch, subresource, prefetch and prerender.
 class LinkLoader : public CachedResourceClient {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to