Changeset 243616 in webkit
- Timestamp:
- Mar 28, 2019, 12:32:53 PM (7 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
bindings/js/ScriptController.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r243615 r243616 1 2019-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 1 8 2019-03-28 Sihui Liu <sihui_liu@apple.com> 2 9 -
trunk/Source/WebCore/bindings/js/ScriptController.cpp
r243324 r243616 571 571 if (auto page = m_frame.page()) 572 572 return page->paymentCoordinator().shouldAllowUserAgentScripts(document); 573 #else 574 UNUSED_PARAM(document); 573 575 #endif 574 576 return true;
Note:
See TracChangeset
for help on using the changeset viewer.