Modified: trunk/Tools/ChangeLog (101860 => 101861)
--- trunk/Tools/ChangeLog 2011-12-02 22:56:23 UTC (rev 101860)
+++ trunk/Tools/ChangeLog 2011-12-02 22:58:21 UTC (rev 101861)
@@ -1,3 +1,9 @@
+2011-12-02 Martin Robinson <[email protected]>
+
+ Fix a syntax error in the committers.py file.
+
+ * Scripts/webkitpy/common/config/committers.py: Add a missing comma.
+
2011-12-02 Ryosuke Niwa <[email protected]>
Add Alan Stearns and Peter Linss to the contributors list.
Modified: trunk/Tools/Scripts/webkitpy/common/config/committers.py (101860 => 101861)
--- trunk/Tools/Scripts/webkitpy/common/config/committers.py 2011-12-02 22:56:23 UTC (rev 101860)
+++ trunk/Tools/Scripts/webkitpy/common/config/committers.py 2011-12-02 22:58:21 UTC (rev 101861)
@@ -131,7 +131,7 @@
Contributor("Oliver Varga", ["[email protected]", "[email protected]"], "TwistO"),
Contributor("Peter Beverloo", "[email protected]", "beverloo"),
Contributor("Peter Gal", "[email protected]", "elecro"),
- Contributor("Peter Linss", "[email protected]", "plinss")
+ Contributor("Peter Linss", "[email protected]", "plinss"),
Contributor("Pierre Rossi", "[email protected]", "elproxy"),
Contributor("Shawn Singh", "[email protected]", "shawnsingh"),
Contributor("Tab Atkins", ["[email protected]", "[email protected]"], "tabatkins"),