Revision: 3800
Author: [email protected]
Date: Thu Feb 4 12:43:59 2010
Log: Fixed another presubmit error
[email protected]
Review URL: http://codereview.chromium.org/572011
http://code.google.com/p/v8/source/detail?r=3800
Modified:
/branches/bleeding_edge/src/runtime.cc
=======================================
--- /branches/bleeding_edge/src/runtime.cc Thu Feb 4 11:43:56 2010
+++ /branches/bleeding_edge/src/runtime.cc Thu Feb 4 12:43:59 2010
@@ -2920,7 +2920,7 @@
CONVERT_ARG_CHECKED(JSObject, js_object, 0);
CONVERT_ARG_CHECKED(String, name, 1);
Handle<Object> obj_value = args.at<Object>(2);
-
+
CONVERT_CHECKED(Smi, flag, args[3]);
int unchecked = flag->value();
RUNTIME_ASSERT((unchecked & ~(READ_ONLY | DONT_ENUM | DONT_DELETE)) ==
0);
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev