* UserObjectImp.cpp:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27417
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-11-03 Sam Weinig <sam@webkit.org>
+
+ Build-fix.
+
+ * UserObjectImp.cpp:
+
2007-11-03 David D. Kilzer <ddkilzer@webkit.org>
Sort files(...); sections of Xcode project files.
#include "UserObjectImp.h"
#include <JavaScriptCore/PropertyNameArray.h>
-const ClassInfo UserObjectImp::info = {"UserObject", 0, 0, 0};
+const ClassInfo UserObjectImp::info = { "UserObject", 0, 0 };
UserObjectImp::UserObjectImp(JSUserObject* userObject)
: fJSUserObject((JSUserObject*)userObject->Retain())