Title: [239241] trunk/Source/WebKit
- Revision
- 239241
- Author
- [email protected]
- Date
- 2018-12-14 16:30:48 -0800 (Fri, 14 Dec 2018)
Log Message
Unreviewed, fix the build with recent SDKs.
* UIProcess/ios/WKDrawingView.mm:
(-[WKDrawingView initWithEmbeddedViewID:webPageProxy:]):
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (239240 => 239241)
--- trunk/Source/WebKit/ChangeLog 2018-12-15 00:06:15 UTC (rev 239240)
+++ trunk/Source/WebKit/ChangeLog 2018-12-15 00:30:48 UTC (rev 239241)
@@ -1,3 +1,10 @@
+2018-12-14 Ryan Haddad <[email protected]>
+
+ Unreviewed, fix the build with recent SDKs.
+
+ * UIProcess/ios/WKDrawingView.mm:
+ (-[WKDrawingView initWithEmbeddedViewID:webPageProxy:]):
+
2018-12-14 Jiewen Tan <[email protected]>
[Mac] Layout Test http/wpt/webauthn/public-key-credential-create-success-hid.https.html and http/wpt/webauthn/public-key-credential-get-success-hid.https.html are flaky
Modified: trunk/Source/WebKit/UIProcess/ios/WKDrawingView.mm (239240 => 239241)
--- trunk/Source/WebKit/UIProcess/ios/WKDrawingView.mm 2018-12-15 00:06:15 UTC (rev 239240)
+++ trunk/Source/WebKit/UIProcess/ios/WKDrawingView.mm 2018-12-15 00:30:48 UTC (rev 239241)
@@ -60,7 +60,10 @@
[_pencilView setFingerDrawingEnabled:NO];
[_pencilView setUserInteractionEnabled:YES];
[_pencilView setOpaque:NO];
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wdeprecated-declarations"
[_pencilView setDrawingDelegate:self];
+#pragma clang diagnostic pop
[self addSubview:_pencilView.get()];
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes