Title: [155828] trunk/Source/WebCore
Revision
155828
Author
par...@webkit.org
Date
2013-09-15 17:02:38 -0700 (Sun, 15 Sep 2013)

Log Message

[WIN] Fix build without precompiled header after r154146.

* platform/win/WebCoreBundleWin.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (155827 => 155828)


--- trunk/Source/WebCore/ChangeLog	2013-09-15 21:07:34 UTC (rev 155827)
+++ trunk/Source/WebCore/ChangeLog	2013-09-16 00:02:38 UTC (rev 155828)
@@ -1,3 +1,9 @@
+2013-09-15  Patrick Gansterer  <par...@webkit.org>
+
+        [WIN] Fix build without precompiled header after r154146.
+
+        * platform/win/WebCoreBundleWin.h:
+
 2013-09-15  Andreas Kling  <akl...@apple.com>
 
         CTTE: EllipsisBox owner renderer is always a RenderBlock.

Modified: trunk/Source/WebCore/platform/win/WebCoreBundleWin.h (155827 => 155828)


--- trunk/Source/WebCore/platform/win/WebCoreBundleWin.h	2013-09-15 21:07:34 UTC (rev 155827)
+++ trunk/Source/WebCore/platform/win/WebCoreBundleWin.h	2013-09-16 00:02:38 UTC (rev 155828)
@@ -28,6 +28,8 @@
 
 #if USE(CF)
 
+typedef struct __CFBundle* CFBundleRef;
+
 namespace WebCore {
 
 CFBundleRef webKitBundle();
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to