Title: [243849] trunk/Tools
Revision
243849
Author
[email protected]
Date
2019-04-03 20:23:11 -0700 (Wed, 03 Apr 2019)

Log Message

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

* TestWebKitAPI/Tests/WebKit/ReloadPageAfterCrash.cpp:
(TestWebKitAPI::TEST):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (243848 => 243849)


--- trunk/Tools/ChangeLog	2019-04-04 03:09:48 UTC (rev 243848)
+++ trunk/Tools/ChangeLog	2019-04-04 03:23:11 UTC (rev 243849)
@@ -1,5 +1,12 @@
 2019-04-03  Chris Dumez  <[email protected]>
 
+        Unreviewed, fix typo in the name of API test added in r243848.
+
+        * TestWebKitAPI/Tests/WebKit/ReloadPageAfterCrash.cpp:
+        (TestWebKitAPI::TEST):
+
+2019-04-03  Chris Dumez  <[email protected]>
+
         The page's focusedFrame / frameSetLargestFrame do not get cleared on process swap or crash
         https://bugs.webkit.org/show_bug.cgi?id=196588
         <rdar://problem/49365787>

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit/ReloadPageAfterCrash.cpp (243848 => 243849)


--- trunk/Tools/TestWebKitAPI/Tests/WebKit/ReloadPageAfterCrash.cpp	2019-04-04 03:09:48 UTC (rev 243848)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit/ReloadPageAfterCrash.cpp	2019-04-04 03:23:11 UTC (rev 243849)
@@ -138,7 +138,7 @@
     Util::run(&calledCrashHandler);
 }
 
-TEST(WebKit, FrameSetLargestFramAfterCrash)
+TEST(WebKit, FrameSetLargestFrameAfterCrash)
 {
     WKRetainPtr<WKContextRef> context(AdoptWK, WKContextCreateWithConfiguration(nullptr));
     PlatformWebView webView(context.get());
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to