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

Changeset 243849 in webkit


Ignore:
Timestamp:
Apr 3, 2019, 8:23:11 PM (7 years ago)
Author:
Chris Dumez
Message:

Unreviewed, fix typo in the name of API test added in r243848.

  • TestWebKitAPI/Tests/WebKit/ReloadPageAfterCrash.cpp:

(TestWebKitAPI::TEST):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r243848 r243849  
     12019-04-03  Chris Dumez  <cdumez@apple.com>
     2
     3        Unreviewed, fix typo in the name of API test added in r243848.
     4
     5        * TestWebKitAPI/Tests/WebKit/ReloadPageAfterCrash.cpp:
     6        (TestWebKitAPI::TEST):
     7
    182019-04-03  Chris Dumez  <cdumez@apple.com>
    29
  • trunk/Tools/TestWebKitAPI/Tests/WebKit/ReloadPageAfterCrash.cpp

    r243848 r243849  
    139139}
    140140
    141 TEST(WebKit, FrameSetLargestFramAfterCrash)
     141TEST(WebKit, FrameSetLargestFrameAfterCrash)
    142142{
    143143    WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreateWithConfiguration(nullptr));
Note: See TracChangeset for help on using the changeset viewer.