Title: [145709] trunk/Tools
Revision
145709
Author
hausm...@webkit.org
Date
2013-03-13 06:01:26 -0700 (Wed, 13 Mar 2013)

Log Message

[Qt] Unreviewed trivial typo fix

* DumpRenderTree/qt/DumpRenderTree.pro: It's TestRunner.h, not
TextRunner.h. Thanks Zeno :)

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (145708 => 145709)


--- trunk/Tools/ChangeLog	2013-03-13 12:48:47 UTC (rev 145708)
+++ trunk/Tools/ChangeLog	2013-03-13 13:01:26 UTC (rev 145709)
@@ -1,3 +1,10 @@
+2013-03-13  Simon Hausmann  <simon.hausm...@digia.com>
+
+        [Qt] Unreviewed trivial typo fix
+
+        * DumpRenderTree/qt/DumpRenderTree.pro: It's TestRunner.h, not
+        TextRunner.h. Thanks Zeno :)
+
 2013-03-12  Simon Hausmann  <simon.hausm...@digia.com>
 
         [Qt] Prepare DRT for transition to shared TestRunner interface

Modified: trunk/Tools/DumpRenderTree/qt/DumpRenderTree.pro (145708 => 145709)


--- trunk/Tools/DumpRenderTree/qt/DumpRenderTree.pro	2013-03-13 12:48:47 UTC (rev 145708)
+++ trunk/Tools/DumpRenderTree/qt/DumpRenderTree.pro	2013-03-13 13:01:26 UTC (rev 145709)
@@ -27,7 +27,7 @@
     $$PWD/../WorkQueue.h \
     $$PWD/../DumpRenderTree.h \
     $$PWD/../GCController.h \
-    $$PWD/../TextRunner.h \
+    $$PWD/../TestRunner.h \
     DumpRenderTreeQt.h \
     EventSenderQt.h \
     TextInputControllerQt.h \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to