Title: [103652] trunk/Source/WebKit/mac
Revision
103652
Author
[email protected]
Date
2011-12-23 22:12:35 -0800 (Fri, 23 Dec 2011)

Log Message

Chromium Mac build fix.

* WebCoreSupport/WebSystemInterface.mm:
(InitWebCoreSystemInterface):

Modified Paths

Diff

Modified: trunk/Source/WebKit/mac/ChangeLog (103651 => 103652)


--- trunk/Source/WebKit/mac/ChangeLog	2011-12-24 05:45:33 UTC (rev 103651)
+++ trunk/Source/WebKit/mac/ChangeLog	2011-12-24 06:12:35 UTC (rev 103652)
@@ -1,3 +1,10 @@
+2011-12-23  Ryosuke Niwa  <[email protected]>
+
+        Chromium Mac build fix.
+
+        * WebCoreSupport/WebSystemInterface.mm:
+        (InitWebCoreSystemInterface):
+
 2011-12-21  Sam Weinig  <[email protected]>
 
         Start extracting platform specific bits out of PlatformEvents

Modified: trunk/Source/WebKit/mac/WebCoreSupport/WebSystemInterface.mm (103651 => 103652)


--- trunk/Source/WebKit/mac/WebCoreSupport/WebSystemInterface.mm	2011-12-24 05:45:33 UTC (rev 103651)
+++ trunk/Source/WebKit/mac/WebCoreSupport/WebSystemInterface.mm	2011-12-24 06:12:35 UTC (rev 103652)
@@ -67,7 +67,9 @@
     INIT(SignedPublicKeyAndChallengeString);
     INIT(GetPreferredExtensionForMIMEType);
     INIT(GetWheelEventDeltas);
+#if PLATFORM(MAC)
     INIT(GetNSEventKeyChar);
+#endif
     INIT(HitTestMediaUIPart);
     INIT(InitializeMaximumHTTPConnectionCountPerHost);
     INIT(MeasureMediaUIPart);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to