⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 276171 in webkit


Ignore:
Timestamp:
Apr 16, 2021, 2:34:51 PM (5 years ago)
Author:
Russell Epstein
Message:

Unreviewed build fix, rdar://problem/76412930

WebKit2/WebProcess/WebCoreSupport/WebChromeClient.cpp:283:327: error: no member named 'Timeout' in namespace 'IPC'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-611-branch/Source/WebKit/WebProcess/WebCoreSupport/WebChromeClient.cpp

    r276158 r276171  
    281281    Optional<PageIdentifier> newPageID;
    282282    Optional<WebPageCreationParameters> parameters;
    283     if (!webProcess.parentProcessConnection()->sendSync(Messages::WebPageProxy::CreateNewPage(webFrame->info(), webFrame->page()->webPageProxyIdentifier(), navigationAction.resourceRequest(), windowFeatures, navigationActionData), Messages::WebPageProxy::CreateNewPage::Reply(newPageID, parameters), m_page.identifier(), IPC::Timeout::infinity(), IPC::SendSyncOption::MaintainOrderingWithAsyncMessages))
     283    if (!webProcess.parentProcessConnection()->sendSync(Messages::WebPageProxy::CreateNewPage(webFrame->info(), webFrame->page()->webPageProxyIdentifier(), navigationAction.resourceRequest(), windowFeatures, navigationActionData), Messages::WebPageProxy::CreateNewPage::Reply(newPageID, parameters), m_page.identifier(), Seconds::infinity(), IPC::SendSyncOption::MaintainOrderingWithAsyncMessages))
    284284        return nullptr;
    285285
Note: See TracChangeset for help on using the changeset viewer.