Changeset 220420 in webkit


Ignore:
Timestamp:
Aug 8, 2017 2:06:18 PM (7 years ago)
Author:
Wenson Hsieh
Message:

Unreviewed, fix the Mac debug build after r220418.

  • UIProcess/Cocoa/WebViewImpl.mm:

(WebKit::WebViewImpl::prepareForMoveToWindow):

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r220418 r220420  
     12017-08-08  Wenson Hsieh  <wenson_hsieh@apple.com>
     2
     3        Unreviewed, fix the Mac debug build after r220418.
     4
     5        * UIProcess/Cocoa/WebViewImpl.mm:
     6        (WebKit::WebViewImpl::prepareForMoveToWindow):
     7
    182017-08-08  Wenson Hsieh  <wenson_hsieh@apple.com>
    29
  • trunk/Source/WebKit/UIProcess/Cocoa/WebViewImpl.mm

    r220418 r220420  
    22242224            return;
    22252225
    2226         ASSERT(weakThis->[m_view window] == weakThis->m_targetWindowForMovePreparation);
     2226        ASSERT([weakThis->m_view window] == weakThis->m_targetWindowForMovePreparation);
    22272227        weakThis->m_targetWindowForMovePreparation = nil;
    22282228    });
Note: See TracChangeset for help on using the changeset viewer.