Changeset 219881 in webkit


Ignore:
Timestamp:
Jul 25, 2017 1:47:00 PM (7 years ago)
Author:
achristensen@apple.com
Message:

Fix API tests after r219871.
https://bugs.webkit.org/show_bug.cgi?id=174807

WebKit2.OpenAndCloseWindowAsync and WebKit2.OpenAsyncWithNil API tests are fixed.

  • UIProcess/WebPageProxy.cpp:

(WebKit::WebPageProxy::createNewPage):
createNewPageAsync or createNewPage should be called, not both.

Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r219876 r219881  
     12017-07-25  Alex Christensen  <achristensen@webkit.org>
     2
     3        Fix API tests after r219871.
     4        https://bugs.webkit.org/show_bug.cgi?id=174807
     5
     6        WebKit2.OpenAndCloseWindowAsync and WebKit2.OpenAsyncWithNil API tests are fixed.
     7
     8        * UIProcess/WebPageProxy.cpp:
     9        (WebKit::WebPageProxy::createNewPage):
     10        createNewPageAsync or createNewPage should be called, not both.
     11
    1122017-07-25  Said Abou-Hallawa  <sabouhallawa@apple.com>
    213
  • trunk/Source/WebKit/UIProcess/WebPageProxy.cpp

    r219874 r219881  
    38583858            completionHandler(newPage);
    38593859        });
     3860        return;
    38603861    }
    38613862
Note: See TracChangeset for help on using the changeset viewer.