[Webkit-unassigned] [Bug 16682] array_object.cpp needs a bath

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 30 22:27:01 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16682





------- Comment #5 from darin at apple.com  2007-12-30 22:27 PDT -------
(From update of attachment 18202)
-namespace KJS {
+namespace KJS
+{

This may be the wkstyle, but it's not what the style guidelines say.

-  : ArrayInstance(objProto, 0)
+        : ArrayInstance(objProto, 0)

Same here. It should be four spaces, not eight.
         if (curArg->isObject() &&
-            curObj->inherits(&ArrayInstance::info)) {
+                curObj->inherits(&ArrayInstance::info)) {

Why is this indented 10 spaces?


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list