Index: src/preparser.cc |
diff --git a/src/preparser.cc b/src/preparser.cc |
index e96c8cd892c028df8bba6d6a8168a28c5c8d0de2..a5de23ebeede10d2b59726f32d0294f6403555f1 100644 |
--- a/src/preparser.cc |
+++ b/src/preparser.cc |
@@ -1184,6 +1184,7 @@ PreParser::Expression PreParser::ParseObjectLiteral(bool* ok) { |
if (Token::IsKeyword(next)) { |
Consume(next); |
checker.CheckProperty(next, kValueProperty, CHECK_OK); |
+ LogSymbol(); |
} else { |
// Unexpected token. |
*ok = false; |