Mac build fix.
* bindings/js/JSHTMLDocumentCustom.cpp:
(WebCore::writeHelper):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27475
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-11-05 Mark Rowe <mrowe@apple.com>
+
+ Mac build fix.
+
+ * bindings/js/JSHTMLDocumentCustom.cpp:
+ (WebCore::writeHelper):
+
2007-11-05 Adam Roben <aroben@apple.com>
Don't crash if SafariTheme can't be loaded
// DOM only specifies single string argument, but NS & IE allow multiple
// or no arguments.
String str = "";
- for (int i = 0; i < args.size(); ++i)
+ for (unsigned int i = 0; i < args.size(); ++i)
str += args[i]->toString(exec);
return str;
}