Title: [222718] trunk/Tools
- Revision
- 222718
- Author
- [email protected]
- Date
- 2017-10-02 10:35:10 -0700 (Mon, 02 Oct 2017)
Log Message
Fix build after r222715
https://bugs.webkit.org/show_bug.cgi?id=177697
* TestWebKitAPI/Tests/WebKitCocoa/UIDelegate.mm:
(TEST):
Use the public API instead of the removed SPI.
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (222717 => 222718)
--- trunk/Tools/ChangeLog 2017-10-02 17:26:38 UTC (rev 222717)
+++ trunk/Tools/ChangeLog 2017-10-02 17:35:10 UTC (rev 222718)
@@ -1,5 +1,14 @@
2017-10-02 Alex Christensen <[email protected]>
+ Fix build after r222715
+ https://bugs.webkit.org/show_bug.cgi?id=177697
+
+ * TestWebKitAPI/Tests/WebKitCocoa/UIDelegate.mm:
+ (TEST):
+ Use the public API instead of the removed SPI.
+
+2017-10-02 Alex Christensen <[email protected]>
+
REGRESSION(r214201): WebProcess hangs during policy decisions
https://bugs.webkit.org/show_bug.cgi?id=177590
<rdar://problem/33362929>
Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/UIDelegate.mm (222717 => 222718)
--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/UIDelegate.mm 2017-10-02 17:26:38 UTC (rev 222717)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/UIDelegate.mm 2017-10-02 17:35:10 UTC (rev 222718)
@@ -419,7 +419,7 @@
TEST(WebKit, UnavailablePlugIn)
{
auto configuration = adoptNS([[WKWebViewConfiguration alloc] init]);
- [[configuration preferences] _setPlugInsEnabled:YES];
+ [[configuration preferences] setPlugInsEnabled:YES];
auto delegate = adoptNS([[PlugInDelegate alloc] init]);
auto webView = adoptNS([[TestWKWebView alloc] initWithFrame:CGRectMake(0, 0, 800, 600) configuration:configuration.get()]);
[webView setUIDelegate:delegate.get()];
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes