Title: [277753] branches/safari-612.1.15.1-branch/Tools
Revision
277753
Author
rubent...@apple.com
Date
2021-05-19 14:31:00 -0700 (Wed, 19 May 2021)

Log Message

Revert "Cherry-pick r277608. rdar://problem/78207944"

This reverts commit r277723

Modified Paths

Diff

Modified: branches/safari-612.1.15.1-branch/Tools/ChangeLog (277752 => 277753)


--- branches/safari-612.1.15.1-branch/Tools/ChangeLog	2021-05-19 21:23:14 UTC (rev 277752)
+++ branches/safari-612.1.15.1-branch/Tools/ChangeLog	2021-05-19 21:31:00 UTC (rev 277753)
@@ -1,29 +1,3 @@
-2021-05-19  Russell Epstein  <repst...@apple.com>
-
-        Cherry-pick r277608. rdar://problem/78207944
-
-    Fix clean build after r277606
-    https://bugs.webkit.org/show_bug.cgi?id=223658
-    
-    * TestWebKitAPI/Tests/WebKitCocoa/ContentSecurityPolicy.mm:
-    (TEST):
-    Use API instead of removed API.
-    Why EWS didn't find this, we may never know.
-    
-    
-    
-    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@277608 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
-    2021-05-17  Alex Christensen  <achristen...@webkit.org>
-
-            Fix clean build after r277606
-            https://bugs.webkit.org/show_bug.cgi?id=223658
-
-            * TestWebKitAPI/Tests/WebKitCocoa/ContentSecurityPolicy.mm:
-            (TEST):
-            Use API instead of removed API.
-            Why EWS didn't find this, we may never know.
-
 2021-05-13  Chris Dumez  <cdu...@apple.com>
 
         Rename FileSystem::fileIsDirectory(path, followSymlinks) to isDirectory(path) / isDirectoryFollowingSymlinks(path)

Modified: branches/safari-612.1.15.1-branch/Tools/TestWebKitAPI/Tests/WebKitCocoa/ContentSecurityPolicy.mm (277752 => 277753)


--- branches/safari-612.1.15.1-branch/Tools/TestWebKitAPI/Tests/WebKitCocoa/ContentSecurityPolicy.mm	2021-05-19 21:23:14 UTC (rev 277752)
+++ branches/safari-612.1.15.1-branch/Tools/TestWebKitAPI/Tests/WebKitCocoa/ContentSecurityPolicy.mm	2021-05-19 21:31:00 UTC (rev 277753)
@@ -101,7 +101,7 @@
         NSData *data = "" dataUsingEncoding:NSUTF8StringEncoding];
         auto response = adoptNS([[NSURLResponse alloc] initWithURL:[NSURL URLWithString:@"data:text/html"] MIMEType:@"text/HTML" expectedContentLength:[data length] textEncodingName:@"UTF-8"]);
 
-        [webView loadSimulatedRequest:loadRequest response:response.get() responseData:data];
+        [webView loadSimulatedRequest:loadRequest withResponse:response.get() responseData:data];
         [webView waitForMessage:@"document-uri: data"];
     }
 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to