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

Changeset 167576 in webkit


Ignore:
Timestamp:
Apr 20, 2014, 3:45:38 PM (12 years ago)
Author:
mitz@apple.com
Message:

Fixed a test timing out after r167572.

  • TestWebKitAPI/Tests/WebKit2Cocoa/Navigation.mm:

(-[NavigationDelegate webView:didFinishNavigation:]): Renamed from
-webView:didFinishLoadingNavigation:.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r167567 r167576  
     12014-04-20  Dan Bernstein  <mitz@apple.com>
     2
     3        Fixed a test timing out after r167572.
     4
     5        * TestWebKitAPI/Tests/WebKit2Cocoa/Navigation.mm:
     6        (-[NavigationDelegate webView:didFinishNavigation:]): Renamed from
     7        -webView:didFinishLoadingNavigation:.
     8
    192014-04-20  Commit Queue  <commit-queue@webkit.org>
    210
  • trunk/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/Navigation.mm

    r163149 r167576  
    5454}
    5555
    56 - (void)webView:(WKWebView *)webView didFinishLoadingNavigation:(WKNavigation *)navigation
     56- (void)webView:(WKWebView *)webView didFinishNavigation:(WKNavigation *)navigation
    5757{
    5858    EXPECT_EQ(currentNavigation, navigation);
Note: See TracChangeset for help on using the changeset viewer.