Title: [117453] trunk/Source/WebCore
Revision
117453
Author
kin...@chromium.org
Date
2012-05-17 08:57:40 -0700 (Thu, 17 May 2012)

Log Message

Unreviewed build fix attempt. Changing class to struct in forward declaration.

* fileapi/File.h:
(WebCore):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (117452 => 117453)


--- trunk/Source/WebCore/ChangeLog	2012-05-17 15:51:11 UTC (rev 117452)
+++ trunk/Source/WebCore/ChangeLog	2012-05-17 15:57:40 UTC (rev 117453)
@@ -1,3 +1,10 @@
+2012-05-17  Kinuko Yasuda  <kin...@chromium.org>
+
+        Unreviewed build fix attempt. Changing class to struct in forward declaration.
+
+        * fileapi/File.h:
+        (WebCore):
+
 2012-05-17  Pavel Feldman  <pfeld...@chromium.org>
 
         Web Inspector: convert styles panel into UISourceCodeProvider in the scripts panel.

Modified: trunk/Source/WebCore/fileapi/File.h (117452 => 117453)


--- trunk/Source/WebCore/fileapi/File.h	2012-05-17 15:51:11 UTC (rev 117452)
+++ trunk/Source/WebCore/fileapi/File.h	2012-05-17 15:57:40 UTC (rev 117453)
@@ -33,7 +33,7 @@
 
 namespace WebCore {
 
-class FileMetadata;
+struct FileMetadata;
 class KURL;
 
 class File : public Blob {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to