Title: [201175] trunk/Tools
Revision
201175
Author
[email protected]
Date
2016-05-19 12:15:35 -0700 (Thu, 19 May 2016)

Log Message

Typo fix in import-test262-tests
https://bugs.webkit.org/show_bug.cgi?id=157902

Reviewed by Keith Miller.

* Scripts/import-test262-tests:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (201174 => 201175)


--- trunk/Tools/ChangeLog	2016-05-19 19:09:41 UTC (rev 201174)
+++ trunk/Tools/ChangeLog	2016-05-19 19:15:35 UTC (rev 201175)
@@ -1,5 +1,14 @@
 2016-05-19  Csaba Osztrogonác  <[email protected]>
 
+        Typo fix in import-test262-tests
+        https://bugs.webkit.org/show_bug.cgi?id=157902
+
+        Reviewed by Keith Miller.
+
+        * Scripts/import-test262-tests:
+
+2016-05-19  Csaba Osztrogonác  <[email protected]>
+
         [EFL] Fix the gst-libav build on ARM Thumb2 after r199649
         https://bugs.webkit.org/show_bug.cgi?id=157893
 

Modified: trunk/Tools/Scripts/import-test262-tests (201174 => 201175)


--- trunk/Tools/Scripts/import-test262-tests	2016-05-19 19:09:41 UTC (rev 201174)
+++ trunk/Tools/Scripts/import-test262-tests	2016-05-19 19:15:35 UTC (rev 201175)
@@ -124,7 +124,7 @@
 
     def finalizeIncludes
         if @isAsync
-            @includeFiles << "donePrintHandle.js"
+            @includeFiles << "doneprintHandle.js"
         end
 
         dir = Pathname.new(".")
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to