Chromium Code Reviews| Index: src/compiler/linkage.cc |
| diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc |
| index c6d5f4bb926a5f9ea64d2002b34033a25eb8a256..6779ef5c04fcea8353440e7140a85986ed60cf67 100644 |
| --- a/src/compiler/linkage.cc |
| +++ b/src/compiler/linkage.cc |
| @@ -171,6 +171,7 @@ int Linkage::FrameStateInputCount(Runtime::FunctionId function) { |
| return 0; |
| case Runtime::kInlineGetPrototype: |
| case Runtime::kInlineRegExpConstructResult: |
| + case Runtime::kInlineNewObject: |
|
Michael Starzinger
2016/04/01 10:57:02
nit: Please keep list alpha-sorted.
|
| case Runtime::kInlineRegExpExec: |
| case Runtime::kInlineSubString: |
| case Runtime::kInlineToInteger: |