Title: [172884] trunk/Source/WebCore
Revision
172884
Author
m...@apple.com
Date
2014-08-22 23:59:20 -0700 (Fri, 22 Aug 2014)

Log Message

Try to fix the Mac build using the internal SDK.

* bindings/objc/PublicDOMInterfaces.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (172883 => 172884)


--- trunk/Source/WebCore/ChangeLog	2014-08-23 06:32:59 UTC (rev 172883)
+++ trunk/Source/WebCore/ChangeLog	2014-08-23 06:59:20 UTC (rev 172884)
@@ -1,3 +1,9 @@
+2014-08-22  Dan Bernstein  <m...@apple.com>
+
+        Try to fix the Mac build using the internal SDK.
+
+        * bindings/objc/PublicDOMInterfaces.h:
+
 2014-08-22  Renato Nagy  <nagy.ren...@stud.u-szeged.hu>
 
         Remove LevelDB.

Modified: trunk/Source/WebCore/bindings/objc/PublicDOMInterfaces.h (172883 => 172884)


--- trunk/Source/WebCore/bindings/objc/PublicDOMInterfaces.h	2014-08-23 06:32:59 UTC (rev 172883)
+++ trunk/Source/WebCore/bindings/objc/PublicDOMInterfaces.h	2014-08-23 06:59:20 UTC (rev 172884)
@@ -1253,5 +1253,7 @@
 @end
 
 #if defined(WTF_USE_APPLE_INTERNAL_SDK) && WTF_USE_APPLE_INTERNAL_SDK
+#if defined(TARGET_OS_IPHONE) && TARGET_OS_IPHONE
 #include <WebKitAdditions/PublicDOMInterfacesIOS.h>
 #endif
+#endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to