Chromium Code Reviews| Index: src/compiler.cc |
| =================================================================== |
| --- src/compiler.cc (revision 1931) |
| +++ src/compiler.cc (working copy) |
| @@ -86,7 +86,7 @@ |
| Statement* stmt = lit->body()->at(0); |
| if (stmt->AsExpressionStatement() == NULL) |
| return false; |
| - Expression *expr = stmt->AsExpressionStatement()->expression(); |
| + Expression* expr = stmt->AsExpressionStatement()->expression(); |
| return expr->IsValidJSON(); |
| } |