Title: [165212] trunk/Source/WebKit2
Revision
165212
Author
[email protected]
Date
2014-03-06 13:55:27 -0800 (Thu, 06 Mar 2014)

Log Message

iOS build fix.

Reviewed by Simon Fraser.

* UIProcess/ios/SmartMagnificationController.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (165211 => 165212)


--- trunk/Source/WebKit2/ChangeLog	2014-03-06 21:51:19 UTC (rev 165211)
+++ trunk/Source/WebKit2/ChangeLog	2014-03-06 21:55:27 UTC (rev 165212)
@@ -1,3 +1,11 @@
+2014-03-06  Jon Lee  <[email protected]>
+
+        iOS build fix.
+
+        Reviewed by Simon Fraser.
+
+        * UIProcess/ios/SmartMagnificationController.mm:
+
 2014-03-06  Joseph Pecoraro  <[email protected]>
 
         Web Inspector: Expose the console object in JSContexts to interact with Web Inspector

Modified: trunk/Source/WebKit2/UIProcess/ios/SmartMagnificationController.mm (165211 => 165212)


--- trunk/Source/WebKit2/UIProcess/ios/SmartMagnificationController.mm	2014-03-06 21:51:19 UTC (rev 165211)
+++ trunk/Source/WebKit2/UIProcess/ios/SmartMagnificationController.mm	2014-03-06 21:55:27 UTC (rev 165212)
@@ -37,8 +37,14 @@
 #import "WebPageProxy.h"
 #import "WebProcessProxy.h"
 #import <UIKit/UIKit.h>
+
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wdeprecated-declarations"
+
 #import <UIKit/UIKit_Private.h>
 
+#pragma clang diagnostic pop
+
 using namespace WebCore;
 
 static const float smartMagnificationPanScrollThresholdZoomedOut = 60;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to