| Index: src/runtime.cc
|
| diff --git a/src/runtime.cc b/src/runtime.cc
|
| index 492095734d62790f900c3546343b64952c91e5bf..a84c5f914bd10e796a8745fe4487dd7d785369da 100644
|
| --- a/src/runtime.cc
|
| +++ b/src/runtime.cc
|
| @@ -7891,7 +7891,7 @@ class ActivationsFinder : public ThreadVisitor {
|
| };
|
|
|
|
|
| -RUNTIME_FUNCTION(MaybeObject*, Runtime_NotifyICMiss) {
|
| +RUNTIME_FUNCTION(MaybeObject*, Runtime_NotifyStubFailure) {
|
| HandleScope scope(isolate);
|
| ASSERT(args.length() == 0);
|
| Deoptimizer* deoptimizer = Deoptimizer::Grab(isolate);
|
|
|