Revision: 15637
Author:   [email protected]
Date:     Thu Jul 11 09:25:58 2013
Log:      Fix build breakage after 15630

Use EXTRA_CALL_FRAME rather than NO_EXTRA_FRAME in
ElementsTransitionAndStoreIC_Miss.

[email protected]

Review URL: https://codereview.chromium.org/18812005
http://code.google.com/p/v8/source/detail?r=15637

Modified:
 /branches/bleeding_edge/src/ic.cc

=======================================
--- /branches/bleeding_edge/src/ic.cc   Thu Jul 11 07:29:00 2013
+++ /branches/bleeding_edge/src/ic.cc   Thu Jul 11 09:25:58 2013
@@ -2479,7 +2479,7 @@
 RUNTIME_FUNCTION(MaybeObject*, ElementsTransitionAndStoreIC_Miss) {
   SealHandleScope scope(isolate);
   ASSERT(args.length() == 4);
-  KeyedStoreIC ic(IC::NO_EXTRA_FRAME, isolate);
+  KeyedStoreIC ic(IC::EXTRA_CALL_FRAME, isolate);
   Code::ExtraICState extra_ic_state = ic.target()->extra_ic_state();
   Handle<Object> value = args.at<Object>(0);
   Handle<Object> key = args.at<Object>(2);

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to