Title: [213693] trunk/Source/WebKit2
- Revision
- 213693
- Author
- [email protected]
- Date
- 2017-03-09 16:59:51 -0800 (Thu, 09 Mar 2017)
Log Message
Fix some debug builds after r213686
Unreviewed.
* UIProcess/Cocoa/WebURLSchemeHandlerCocoa.mm:
(WebKit::WebURLSchemeHandlerCocoa::WebURLSchemeHandlerCocoa): Remove the 32-bit NOT_REACHED protection for now.
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (213692 => 213693)
--- trunk/Source/WebKit2/ChangeLog 2017-03-10 00:57:06 UTC (rev 213692)
+++ trunk/Source/WebKit2/ChangeLog 2017-03-10 00:59:51 UTC (rev 213693)
@@ -1,3 +1,12 @@
+2017-03-09 Brady Eidson <[email protected]>
+
+ Fix some debug builds after r213686
+
+ Unreviewed.
+
+ * UIProcess/Cocoa/WebURLSchemeHandlerCocoa.mm:
+ (WebKit::WebURLSchemeHandlerCocoa::WebURLSchemeHandlerCocoa): Remove the 32-bit NOT_REACHED protection for now.
+
2017-03-09 Keith Miller <[email protected]>
WebAssembly: Enable fast memory for WK2
Modified: trunk/Source/WebKit2/UIProcess/Cocoa/WebURLSchemeHandlerCocoa.mm (213692 => 213693)
--- trunk/Source/WebKit2/UIProcess/Cocoa/WebURLSchemeHandlerCocoa.mm 2017-03-10 00:57:06 UTC (rev 213692)
+++ trunk/Source/WebKit2/UIProcess/Cocoa/WebURLSchemeHandlerCocoa.mm 2017-03-10 00:59:51 UTC (rev 213693)
@@ -45,9 +45,6 @@
WebURLSchemeHandlerCocoa::WebURLSchemeHandlerCocoa(id <WKURLSchemeHandler> apiHandler)
: m_apiHandler(apiHandler)
{
-#if !WK_API_ENABLED
- ASSERT_NOT_REACHED();
-#endif
}
void WebURLSchemeHandlerCocoa::platformStartTask(WebPageProxy& page, WebURLSchemeHandlerTask& task)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes