Chromium Code Reviews| Index: src/objects.cc |
| =================================================================== |
| --- src/objects.cc (revision 5365) |
| +++ src/objects.cc (working copy) |
| @@ -54,7 +54,7 @@ |
| const int kSetterIndex = 1; |
| -static Object* CreateJSValue(JSFunction* constructor, Object* value) { |
| +NOIGNORE static Object* CreateJSValue(JSFunction* constructor, Object* value) { |
| Object* result = Heap::AllocateJSObject(constructor); |
| if (result->IsFailure()) return result; |
| JSValue::cast(result)->set_value(value); |