Title: [244127] branches/safari-607-branch/Tools
Revision
244127
Author
[email protected]
Date
2019-04-10 10:11:16 -0700 (Wed, 10 Apr 2019)

Log Message

Cherry-pick r243849. rdar://problem/49725697

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

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

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@243849 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-607-branch/Tools/ChangeLog (244126 => 244127)


--- branches/safari-607-branch/Tools/ChangeLog	2019-04-10 17:11:14 UTC (rev 244126)
+++ branches/safari-607-branch/Tools/ChangeLog	2019-04-10 17:11:16 UTC (rev 244127)
@@ -1,5 +1,23 @@
 2019-04-09  Alan Coon  <[email protected]>
 
+        Cherry-pick r243849. rdar://problem/49725697
+
+    Unreviewed, fix typo in the name of API test added in r243848.
+    
+    * TestWebKitAPI/Tests/WebKit/ReloadPageAfterCrash.cpp:
+    (TestWebKitAPI::TEST):
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@243849 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    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-09  Alan Coon  <[email protected]>
+
         Cherry-pick r243848. rdar://problem/49725697
 
     The page's focusedFrame / frameSetLargestFrame do not get cleared on process swap or crash

Modified: branches/safari-607-branch/Tools/TestWebKitAPI/Tests/WebKit/ReloadPageAfterCrash.cpp (244126 => 244127)


--- branches/safari-607-branch/Tools/TestWebKitAPI/Tests/WebKit/ReloadPageAfterCrash.cpp	2019-04-10 17:11:14 UTC (rev 244126)
+++ branches/safari-607-branch/Tools/TestWebKitAPI/Tests/WebKit/ReloadPageAfterCrash.cpp	2019-04-10 17:11:16 UTC (rev 244127)
@@ -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