Changeset 187040 in webkit


Ignore:
Timestamp:
Jul 20, 2015 3:36:18 PM (9 years ago)
Author:
matthew_hanson@apple.com
Message:

Build fix after r186983.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/safari-600.1.4.17-branch/Tools/WebKitTestRunner/InjectedBundle/InjectedBundlePage.cpp

    r186983 r187040  
    12611261WKBundlePagePolicyAction InjectedBundlePage::decidePolicyForResponse(WKBundlePageRef page, WKBundleFrameRef, WKURLResponseRef response, WKURLRequestRef, WKTypeRef*)
    12621262{
    1263     if (InjectedBundle::singleton().testRunner()->isPolicyDelegateEnabled() && WKURLResponseIsAttachment(response)) {
     1263    if (InjectedBundle::shared().testRunner()->isPolicyDelegateEnabled() && WKURLResponseIsAttachment(response)) {
    12641264        StringBuilder stringBuilder;
    12651265        WKRetainPtr<WKStringRef> filename = adoptWK(WKURLResponseCopySuggestedFilename(response));
Note: See TracChangeset for help on using the changeset viewer.