Title: [89388] trunk/Source/WebCore
Revision
89388
Author
a...@apple.com
Date
2011-06-21 15:51:08 -0700 (Tue, 21 Jun 2011)

Log Message

        Clang build fix.

        * platform/mac/WebCoreSystemInterface.h: Give the enum a name.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (89387 => 89388)


--- trunk/Source/WebCore/ChangeLog	2011-06-21 22:35:00 UTC (rev 89387)
+++ trunk/Source/WebCore/ChangeLog	2011-06-21 22:51:08 UTC (rev 89388)
@@ -1,5 +1,11 @@
 2011-06-21  Alexey Proskuryakov  <a...@apple.com>
 
+        Clang build fix.
+
+        * platform/mac/WebCoreSystemInterface.h: Give the enum a name.
+
+2011-06-21  Alexey Proskuryakov  <a...@apple.com>
+
         Fix Mac build in some configurations.
 
         * platform/mac/WebCoreSystemInterface.h: Added an enum matching WKSI one, since we cannot use

Modified: trunk/Source/WebCore/platform/mac/WebCoreSystemInterface.h (89387 => 89388)


--- trunk/Source/WebCore/platform/mac/WebCoreSystemInterface.h	2011-06-21 22:35:00 UTC (rev 89387)
+++ trunk/Source/WebCore/platform/mac/WebCoreSystemInterface.h	2011-06-21 22:51:08 UTC (rev 89388)
@@ -167,7 +167,7 @@
     wkMediaUIControlFastForwardButton,
     wkMediaUIControlVolumeUpButton,
     wkMediaUIControlVolumeDownButton
-};
+} wkMediaUIControlType;
 extern NSControl *(*wkCreateMediaUIControl)(int);
 
 extern void (*wkWindowSetAlpha)(NSWindow *, float);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to