Title: [161302] trunk/Source/WebKit2
- Revision
- 161302
- Author
- [email protected]
- Date
- 2014-01-03 18:01:19 -0800 (Fri, 03 Jan 2014)
Log Message
Unreviewed build fix on non-Mac port
* Shared/API/c/WKDeprecatedFunctions.cpp: Add ENABLE(MAC) guard for "WKContextPrivateMac.h".
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (161301 => 161302)
--- trunk/Source/WebKit2/ChangeLog 2014-01-04 01:57:46 UTC (rev 161301)
+++ trunk/Source/WebKit2/ChangeLog 2014-01-04 02:01:19 UTC (rev 161302)
@@ -1,3 +1,9 @@
+2014-01-03 Seokju Kwon <[email protected]>
+
+ Unreviewed build fix on non-Mac port
+
+ * Shared/API/c/WKDeprecatedFunctions.cpp: Add ENABLE(MAC) guard for "WKContextPrivateMac.h".
+
2014-01-03 Gavin Barraclough <[email protected]>
Simplify process suppression state calculation
Modified: trunk/Source/WebKit2/Shared/API/c/WKDeprecatedFunctions.cpp (161301 => 161302)
--- trunk/Source/WebKit2/Shared/API/c/WKDeprecatedFunctions.cpp 2014-01-04 01:57:46 UTC (rev 161301)
+++ trunk/Source/WebKit2/Shared/API/c/WKDeprecatedFunctions.cpp 2014-01-04 02:01:19 UTC (rev 161302)
@@ -27,10 +27,13 @@
#include "MutableDictionary.h"
#include "WKArray.h"
-#include "WKContextPrivateMac.h"
#include "WKMutableDictionary.h"
#include "WKSharedAPICast.h"
+#if PLATFORM(MAC)
+#include "WKContextPrivateMac.h"
+#endif
+
// Deprecated functions that should be removed from the framework once nobody uses them.
using namespace WebKit;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes