Title: [220420] trunk/Source/WebKit
Revision
220420
Author
wenson_hs...@apple.com
Date
2017-08-08 14:06:18 -0700 (Tue, 08 Aug 2017)

Log Message

Unreviewed, fix the Mac debug build after r220418.

* UIProcess/Cocoa/WebViewImpl.mm:
(WebKit::WebViewImpl::prepareForMoveToWindow):

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (220419 => 220420)


--- trunk/Source/WebKit/ChangeLog	2017-08-08 20:55:09 UTC (rev 220419)
+++ trunk/Source/WebKit/ChangeLog	2017-08-08 21:06:18 UTC (rev 220420)
@@ -1,5 +1,12 @@
 2017-08-08  Wenson Hsieh  <wenson_hs...@apple.com>
 
+        Unreviewed, fix the Mac debug build after r220418.
+
+        * UIProcess/Cocoa/WebViewImpl.mm:
+        (WebKit::WebViewImpl::prepareForMoveToWindow):
+
+2017-08-08  Wenson Hsieh  <wenson_hs...@apple.com>
+
         [Mac WK2] WebViewImpl should hold a weak pointer to its WKWebView or WKView
         https://bugs.webkit.org/show_bug.cgi?id=175302
         <rdar://problem/33762116>

Modified: trunk/Source/WebKit/UIProcess/Cocoa/WebViewImpl.mm (220419 => 220420)


--- trunk/Source/WebKit/UIProcess/Cocoa/WebViewImpl.mm	2017-08-08 20:55:09 UTC (rev 220419)
+++ trunk/Source/WebKit/UIProcess/Cocoa/WebViewImpl.mm	2017-08-08 21:06:18 UTC (rev 220420)
@@ -2223,7 +2223,7 @@
         if (!weakThis)
             return;
 
-        ASSERT(weakThis->[m_view window] == weakThis->m_targetWindowForMovePreparation);
+        ASSERT([weakThis->m_view window] == weakThis->m_targetWindowForMovePreparation);
         weakThis->m_targetWindowForMovePreparation = nil;
     });
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to