Version 3.24.19

Introduce a setting to control the toolset for which d8 is compiled (issue 1775).

Performance and stability improvements on all platforms.

git-svn-id: http://v8.googlecode.com/svn/trunk@18678 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
diff --git a/src/full-codegen.cc b/src/full-codegen.cc
index f88c7d4..ec25b23 100644
--- a/src/full-codegen.cc
+++ b/src/full-codegen.cc
@@ -452,7 +452,7 @@
 
 
 void FullCodeGenerator::CallStoreIC(ContextualMode mode, TypeFeedbackId id) {
-  Handle<Code> ic = StoreIC::initialize_stub(isolate(), strict_mode(), mode);
+  Handle<Code> ic = StoreIC::initialize_stub(isolate(), strict_mode());
   CallIC(ic, mode, id);
 }