Revision: 9560
Author:   [email protected]
Date:     Mon Oct 10 03:32:16 2011
Log:      Fix presubmit error.

[email protected]
Review URL: http://codereview.chromium.org/8223001
http://code.google.com/p/v8/source/detail?r=9560

Modified:
 /branches/bleeding_edge/src/type-info.cc

=======================================
--- /branches/bleeding_edge/src/type-info.cc    Mon Oct 10 02:21:48 2011
+++ /branches/bleeding_edge/src/type-info.cc    Mon Oct 10 03:32:16 2011
@@ -408,7 +408,8 @@
   Handle<Object> object = GetInfo(ast_id);
   if (object->IsUndefined() || object->IsSmi()) return;

- if (*object == isolate_->builtins()->builtin(Builtins::kStoreIC_GlobalProxy)) {
+  if (*object ==
+      isolate_->builtins()->builtin(Builtins::kStoreIC_GlobalProxy)) {
     // TODO(fschneider): We could collect the maps and signal that
     // we need a generic store (or load) here.
     ASSERT(Handle<Code>::cast(object)->ic_state() == MEGAMORPHIC);

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to