* UIProcess/Cocoa/WebViewImpl.mm:
(WebKit::WebViewImpl::prepareForMoveToWindow):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@220420
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2017-08-08 Wenson Hsieh <wenson_hsieh@apple.com>
+
+ Unreviewed, fix the Mac debug build after r220418.
+
+ * UIProcess/Cocoa/WebViewImpl.mm:
+ (WebKit::WebViewImpl::prepareForMoveToWindow):
+
2017-08-08 Wenson Hsieh <wenson_hsieh@apple.com>
[Mac WK2] WebViewImpl should hold a weak pointer to its WKWebView or WKView
if (!weakThis)
return;
- ASSERT(weakThis->[m_view window] == weakThis->m_targetWindowForMovePreparation);
+ ASSERT([weakThis->m_view window] == weakThis->m_targetWindowForMovePreparation);
weakThis->m_targetWindowForMovePreparation = nil;
});