Title: [203001] trunk/Source/WebKit2
Revision
203001
Author
ander...@apple.com
Date
2016-07-08 12:01:05 -0700 (Fri, 08 Jul 2016)

Log Message

Fix 32-bit build.

* PluginProcess/mac/PluginProcessShim.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (203000 => 203001)


--- trunk/Source/WebKit2/ChangeLog	2016-07-08 18:56:31 UTC (rev 203000)
+++ trunk/Source/WebKit2/ChangeLog	2016-07-08 19:01:05 UTC (rev 203001)
@@ -1,3 +1,9 @@
+2016-07-08  Anders Carlsson  <ander...@apple.com>
+
+        Fix 32-bit build.
+
+        * PluginProcess/mac/PluginProcessShim.mm:
+
 2016-07-07  Anders Carlsson  <ander...@apple.com>
 
         REGRESSION (r196321): Adobe Reader DC + Safari : Zoom level pulldown is not displayed at the correct position

Modified: trunk/Source/WebKit2/PluginProcess/mac/PluginProcessShim.mm (203000 => 203001)


--- trunk/Source/WebKit2/PluginProcess/mac/PluginProcessShim.mm	2016-07-08 18:56:31 UTC (rev 203000)
+++ trunk/Source/WebKit2/PluginProcess/mac/PluginProcessShim.mm	2016-07-08 19:01:05 UTC (rev 203001)
@@ -136,7 +136,6 @@
 DYLD_INTERPOSE(shimHideWindow, HideWindow);
 DYLD_INTERPOSE(shimLSOpenCFURLRef, LSOpenCFURLRef);
 DYLD_INTERPOSE(shimMachVMMap, mach_vm_map);
-DYLD_INTERPOSE(shimCFStringCompare, CFStringCompare);
 
 #pragma clang diagnostic pop
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to