Title: [102708] trunk/Source/WebCore
Revision
102708
Author
simon...@chromium.org
Date
2011-12-13 14:24:38 -0800 (Tue, 13 Dec 2011)

Log Message

Unreviewed, Chromium Mac build fix.

* page/PerformanceTiming.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (102707 => 102708)


--- trunk/Source/WebCore/ChangeLog	2011-12-13 22:12:33 UTC (rev 102707)
+++ trunk/Source/WebCore/ChangeLog	2011-12-13 22:24:38 UTC (rev 102708)
@@ -1,3 +1,9 @@
+2011-12-13  James Simonsen  <simon...@chromium.org>
+
+        Unreviewed, Chromium Mac build fix.
+
+        * page/PerformanceTiming.h:
+
 2011-12-13  Adam Klein  <ad...@chromium.org>
 
         Update variable names in NamedNodeMap methods to match WebKit style

Modified: trunk/Source/WebCore/page/PerformanceTiming.h (102707 => 102708)


--- trunk/Source/WebCore/page/PerformanceTiming.h	2011-12-13 22:12:33 UTC (rev 102707)
+++ trunk/Source/WebCore/page/PerformanceTiming.h	2011-12-13 22:24:38 UTC (rev 102708)
@@ -38,7 +38,7 @@
 
 namespace WebCore {
 
-struct DocumentLoadTiming;
+class DocumentLoadTiming;
 class DocumentLoader;
 struct DocumentTiming;
 class Frame;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to