Reviewers: Benedikt Meurer,
Description:
Fix build breakage after 15630
Use EXTRA_CALL_FRAME rather than NO_EXTRA_FRAME in
ElementsTransitionAndStoreIC_Miss.
[email protected]
Please review this at https://codereview.chromium.org/18812005/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M src/ic.cc
Index: src/ic.cc
diff --git a/src/ic.cc b/src/ic.cc
index
b091dc1f5d993caec8f3b9b93f5efde693209804..25de11064ef0317d245bb138cb2ae5df5f29764e
100644
--- a/src/ic.cc
+++ b/src/ic.cc
@@ -2479,7 +2479,7 @@ RUNTIME_FUNCTION(MaybeObject*,
KeyedStoreIC_MissForceGeneric) {
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.