Title: [139403] trunk/Tools
- Revision
- 139403
- Author
- [email protected]
- Date
- 2013-01-10 21:33:05 -0800 (Thu, 10 Jan 2013)
Log Message
Build fix after r139357. It was missing a comma.
* QueueStatusServer/model/queues.py:
(Queue):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (139402 => 139403)
--- trunk/Tools/ChangeLog 2013-01-11 04:46:21 UTC (rev 139402)
+++ trunk/Tools/ChangeLog 2013-01-11 05:33:05 UTC (rev 139403)
@@ -1,3 +1,10 @@
+2013-01-10 Ryosuke Niwa <[email protected]>
+
+ Build fix after r139357. It was missing a comma.
+
+ * QueueStatusServer/model/queues.py:
+ (Queue):
+
2013-01-10 Tim 'mithro' Ansell <[email protected]>
Fixing AuthenticationError when running test-webkitpy as a non-committer.
Modified: trunk/Tools/QueueStatusServer/model/queues.py (139402 => 139403)
--- trunk/Tools/QueueStatusServer/model/queues.py 2013-01-11 04:46:21 UTC (rev 139402)
+++ trunk/Tools/QueueStatusServer/model/queues.py 2013-01-11 05:33:05 UTC (rev 139403)
@@ -45,7 +45,7 @@
"qt-wk2-ews",
"gtk-ews",
"mac-ews",
- "mac-wk2-ews"
+ "mac-wk2-ews",
"win-ews",
"efl-ews",
]
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes