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

Changeset 243616 in webkit


Ignore:
Timestamp:
Mar 28, 2019, 12:32:53 PM (7 years ago)
Author:
timothy_horton@apple.com
Message:

Fix the !ENABLE(APPLE_PAY) build

  • bindings/js/ScriptController.cpp:

(WebCore::ScriptController::shouldAllowUserAgentScripts const):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r243615 r243616  
     12019-03-28  Tim Horton  <timothy_horton@apple.com>
     2
     3        Fix the !ENABLE(APPLE_PAY) build
     4
     5        * bindings/js/ScriptController.cpp:
     6        (WebCore::ScriptController::shouldAllowUserAgentScripts const):
     7
    182019-03-28  Sihui Liu  <sihui_liu@apple.com>
    29
  • trunk/Source/WebCore/bindings/js/ScriptController.cpp

    r243324 r243616  
    571571    if (auto page = m_frame.page())
    572572        return page->paymentCoordinator().shouldAllowUserAgentScripts(document);
     573#else
     574    UNUSED_PARAM(document);
    573575#endif
    574576    return true;
Note: See TracChangeset for help on using the changeset viewer.