Title: [284417] trunk/Tools
Revision
284417
Author
jbed...@apple.com
Date
2021-10-18 17:35:22 -0700 (Mon, 18 Oct 2021)

Log Message

[Python-3] Invoke webkit-patch with Python 3 by default (Revert)
https://bugs.webkit.org/show_bug.cgi?id=231591
<rdar://problem/84153640>

Reverted to fix webkitbot.

* Scripts/webkit-patch:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (284416 => 284417)


--- trunk/Tools/ChangeLog	2021-10-19 00:14:41 UTC (rev 284416)
+++ trunk/Tools/ChangeLog	2021-10-19 00:35:22 UTC (rev 284417)
@@ -1,3 +1,13 @@
+2021-10-18  Jonathan Bedard  <jbed...@apple.com>
+
+        [Python-3] Invoke webkit-patch with Python 3 by default (Revert)
+        https://bugs.webkit.org/show_bug.cgi?id=231591
+        <rdar://problem/84153640>
+
+        Reverted to fix webkitbot.
+
+        * Scripts/webkit-patch:
+
 2021-10-18  John Pascoe  <j_pas...@apple.com>
 
         [WebAuthn] Obtain consent to create new credential when platform authenticator in excludedCredentials

Modified: trunk/Tools/Scripts/webkit-patch (284416 => 284417)


--- trunk/Tools/Scripts/webkit-patch	2021-10-19 00:14:41 UTC (rev 284416)
+++ trunk/Tools/Scripts/webkit-patch	2021-10-19 00:35:22 UTC (rev 284417)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python
 # Copyright (c) 2011 Code Aurora Forum. All rights reserved.
 # Copyright (c) 2010 Google Inc. All rights reserved.
 # Copyright (c) 2009 Apple Inc. All rights reserved.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to