Chromium Code Reviews| Index: src/ast.h |
| diff --git a/src/ast.h b/src/ast.h |
| index 7a46ac930d4943f6ab4a90abdd428a2bd67dfd4b..d7819c36128738355f0f3c86da38c0a754fb2296 100644 |
| --- a/src/ast.h |
| +++ b/src/ast.h |
| @@ -1257,7 +1257,7 @@ class ObjectLiteral: public MaterializedLiteral { |
| PROTOTYPE // Property is __proto__. |
| }; |
| - Property(Literal* key, Expression* value); |
| + Property(Literal* key, Expression* value, Isolate* isolate); |
| Literal* key() { return key_; } |
| Expression* value() { return value_; } |