| Index: tools/turbolizer/node.js
|
| diff --git a/tools/turbolizer/node.js b/tools/turbolizer/node.js
|
| index 3656e5d7e5a547482be17df9639adaed216defb3..b718cdc4dfee34bfe48c9e9f8227de1d9fb5040a 100644
|
| --- a/tools/turbolizer/node.js
|
| +++ b/tools/turbolizer/node.js
|
| @@ -26,7 +26,7 @@ var Node = {
|
| return this.opcode.startsWith('JS');
|
| },
|
| isSimplified: function() {
|
| - if (this.isJavaScript) return false;
|
| + if (this.isJavaScript()) return false;
|
| return this.opcode.endsWith('Phi') ||
|
| this.opcode.startsWith('Boolean') ||
|
| this.opcode.startsWith('Number') ||
|
|
|