Changeset 238358 in webkit


Ignore:
Timestamp:
Nov 17, 2018 5:54:55 PM (5 years ago)
Author:
Ross Kirsling
Message:

Unreviewed WinCairo build fix for r238353.

  • UIProcess/WebPageProxy.cpp:

(WebKit::WebPageProxy::continueNavigationInNewProcess):

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r238356 r238358  
     12018-11-17  Ross Kirsling  <ross.kirsling@sony.com>
     2
     3        Unreviewed WinCairo build fix for r238353.
     4
     5        * UIProcess/WebPageProxy.cpp:
     6        (WebKit::WebPageProxy::continueNavigationInNewProcess):
     7
    182018-11-17  Chris Dumez  <cdumez@apple.com>
    29
  • trunk/Source/WebKit/UIProcess/WebPageProxy.cpp

    r238353 r238358  
    26982698
    26992699        ASSERT(!m_mainFrame);
    2700         m_mainFrameCreationHandler = [this, protectedThis = makeRef(*this), navigation = navigation.copyRef(), request =  navigation->currentRequest(), mainFrameURL, isServerRedirect = navigation->currentRequestIsRedirect()]() mutable {
     2700        m_mainFrameCreationHandler = [this, protectedThis = WTFMove(protectedThis), navigation = navigation.copyRef(), request =  navigation->currentRequest(), mainFrameURL, isServerRedirect = navigation->currentRequestIsRedirect()]() mutable {
    27012701            ASSERT(m_mainFrame);
    27022702            // Restore the main frame's committed URL as some clients may rely on it until the next load is committed.
Note: See TracChangeset for help on using the changeset viewer.