Title: [133721] trunk/Source/WebKit/mac
Revision
133721
Author
[email protected]
Date
2012-11-06 21:28:47 -0800 (Tue, 06 Nov 2012)

Log Message

Unreviewed attempt to fix the chromium-mac build.

* WebCoreSupport/WebSystemInterface.mm:
(InitWebCoreSystemInterface):

Modified Paths

Diff

Modified: trunk/Source/WebKit/mac/ChangeLog (133720 => 133721)


--- trunk/Source/WebKit/mac/ChangeLog	2012-11-07 05:05:25 UTC (rev 133720)
+++ trunk/Source/WebKit/mac/ChangeLog	2012-11-07 05:28:47 UTC (rev 133721)
@@ -1,3 +1,10 @@
+2012-11-06  Adam Barth  <[email protected]>
+
+        Unreviewed attempt to fix the chromium-mac build.
+
+        * WebCoreSupport/WebSystemInterface.mm:
+        (InitWebCoreSystemInterface):
+
 2012-11-06  Anders Carlsson  <[email protected]>
 
         Update Java related WKSI function names

Modified: trunk/Source/WebKit/mac/WebCoreSupport/WebSystemInterface.mm (133720 => 133721)


--- trunk/Source/WebKit/mac/WebCoreSupport/WebSystemInterface.mm	2012-11-07 05:05:25 UTC (rev 133720)
+++ trunk/Source/WebKit/mac/WebCoreSupport/WebSystemInterface.mm	2012-11-07 05:28:47 UTC (rev 133721)
@@ -165,10 +165,14 @@
     INIT(CopyRequestWithStorageSession);
     INIT(CopyHTTPCookieStorage);
     INIT(GetHTTPCookieAcceptPolicy);
+#if PLATFORM(MAC)
     INIT(HTTPCookies);
+#endif
     INIT(HTTPCookiesForURL);
     INIT(SetHTTPCookiesForURL);
+#if PLATFORM(MAC)
     INIT(DeleteAllHTTPCookies);
+#endif
     INIT(DeleteHTTPCookie);
 
     INIT(GetCFURLResponseMIMEType);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to