* WebView/WebView.mm:
(-[WebView initSimpleHTMLDocumentWithStyle:frame:preferences:groupName:]):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@237160
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
2018-10-15 Alex Christensen <achristensen@webkit.org>
+ Fix iOS build after r237157
+
+ * WebView/WebView.mm:
+ (-[WebView initSimpleHTMLDocumentWithStyle:frame:preferences:groupName:]):
+
+2018-10-15 Alex Christensen <achristensen@webkit.org>
+
Modernize BackForwardClient.h
https://bugs.webkit.org/show_bug.cgi?id=190610
SocketProvider::create(),
LibWebRTCProvider::create(),
WebCore::CacheStorageProvider::create(),
- makeUniqueRef<BackForwardList>(),
+ BackForwardList::create(self)
);
pageConfiguration.chromeClient = new WebChromeClientIOS(self);
#if ENABLE(DRAG_SUPPORT)