Title: [261461] trunk/Source/WebKit
- Revision
- 261461
- Author
- [email protected]
- Date
- 2020-05-10 15:37:39 -0700 (Sun, 10 May 2020)
Log Message
REGRESSION(r261270): Broke build with python3
https://bugs.webkit.org/show_bug.cgi?id=211699
Patch by Michael Catanzaro <[email protected]> on 2020-05-10
Reviewed by Yusuke Suzuki.
Remove the problematic print statement. It causes the script to fail. If fixed, it spams the
build output. We only print messages during the build when there are problems to be fixed.
* Scripts/generate-message-receiver.py:
(main):
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (261460 => 261461)
--- trunk/Source/WebKit/ChangeLog 2020-05-10 21:35:30 UTC (rev 261460)
+++ trunk/Source/WebKit/ChangeLog 2020-05-10 22:37:39 UTC (rev 261461)
@@ -1,3 +1,16 @@
+2020-05-10 Michael Catanzaro <[email protected]>
+
+ REGRESSION(r261270): Broke build with python3
+ https://bugs.webkit.org/show_bug.cgi?id=211699
+
+ Reviewed by Yusuke Suzuki.
+
+ Remove the problematic print statement. It causes the script to fail. If fixed, it spams the
+ build output. We only print messages during the build when there are problems to be fixed.
+
+ * Scripts/generate-message-receiver.py:
+ (main):
+
2020-05-10 Tim Horton <[email protected]>
Clicking a tel:// link on iPad with a trackpad presents different UI than tapping on it
Modified: trunk/Source/WebKit/Scripts/generate-message-receiver.py (261460 => 261461)
--- trunk/Source/WebKit/Scripts/generate-message-receiver.py 2020-05-10 21:35:30 UTC (rev 261460)
+++ trunk/Source/WebKit/Scripts/generate-message-receiver.py 2020-05-10 22:37:39 UTC (rev 261461)
@@ -45,7 +45,6 @@
continue
receiver_name = parameter.rsplit('/', 1).pop()
- print 'Generating message receiver for %s' % receiver_name
with open('%s/%s.messages.in' % (base_dir, parameter)) as source_file:
receiver = webkit.parser.parse(source_file)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes