Title: [119345] trunk/Source/WebKit2
Revision
119345
Author
[email protected]
Date
2012-06-02 17:53:38 -0700 (Sat, 02 Jun 2012)

Log Message

Ensure cpu_type_t is defined by including <mach/machine.h>
https://bugs.webkit.org/show_bug.cgi?id=88178

Reviewed by Anders Carlsson.

* Shared/Plugins/PluginModuleInfo.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (119344 => 119345)


--- trunk/Source/WebKit2/ChangeLog	2012-06-03 00:47:19 UTC (rev 119344)
+++ trunk/Source/WebKit2/ChangeLog	2012-06-03 00:53:38 UTC (rev 119345)
@@ -1,3 +1,12 @@
+2012-06-02  Andy Estes  <[email protected]>
+
+        Ensure cpu_type_t is defined by including <mach/machine.h>
+        https://bugs.webkit.org/show_bug.cgi?id=88178
+
+        Reviewed by Anders Carlsson.
+
+        * Shared/Plugins/PluginModuleInfo.h:
+
 2012-06-02  Sam Weinig  <[email protected]>
 
         InjectedBundles' sandbox extensions don't do what we think they do

Modified: trunk/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h (119344 => 119345)


--- trunk/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h	2012-06-03 00:47:19 UTC (rev 119344)
+++ trunk/Source/WebKit2/Shared/Plugins/PluginModuleInfo.h	2012-06-03 00:53:38 UTC (rev 119345)
@@ -28,6 +28,10 @@
 
 #include <WebCore/PluginData.h>
 
+#if PLATFORM(MAC)
+#include <mach/machine.h>
+#endif
+
 namespace WebKit {
 
 struct PluginModuleInfo {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to