Chromium Code Reviews| Index: src/code-stubs.cc |
| diff --git a/src/code-stubs.cc b/src/code-stubs.cc |
| index 1a966aa5976cff126c66922cceb4449011b6bd8f..9539b05d73e765aaa8e1f537f03d3fa8fb938f19 100644 |
| --- a/src/code-stubs.cc |
| +++ b/src/code-stubs.cc |
| @@ -736,7 +736,7 @@ void NumberToStringStub::InstallDescriptors(Isolate* isolate) { |
| void FastNewClosureStub::InstallDescriptors(Isolate* isolate) { |
| - FastNewClosureStub stub(STRICT_MODE, false); |
| + FastNewClosureStub stub(STRICT, false); |
| InstallDescriptor(isolate, &stub); |
| } |