+2011-01-08 Patrick Gansterer <paroga@webkit.org>
+
+ Unreviewed wx build fix for r75313.
+
+ * wscript: Added missing brace.
+
2011-01-07 Adam Barth <abarth@webkit.org>
Rubber-stamped by Eric Seidel.
if build_port == "wx":
wk_includes.append(os.path.join(wk_root, 'WebKit', 'wx'))
- wk_includes.append(os.path.join(wk_root, 'Source', 'WebCore', 'platform', 'wx', 'wxcode')
+ wk_includes.append(os.path.join(wk_root, 'Source', 'WebCore', 'platform', 'wx', 'wxcode'))
if sys.platform.startswith("win"):
wk_includes.append(os.path.join(wk_root, 'Source', 'WebCore', 'platform', 'win'))