Index: src/full-codegen/full-codegen.cc |
diff --git a/src/full-codegen/full-codegen.cc b/src/full-codegen/full-codegen.cc |
index bb7b637d4224e0764e1f72d803d46f318b9dc472..923fa4c1da0eed76d280333c8585e4f8bb152076 100644 |
--- a/src/full-codegen/full-codegen.cc |
+++ b/src/full-codegen/full-codegen.cc |
@@ -1400,6 +1400,11 @@ void FullCodeGenerator::ExitTryBlock(int handler_index) { |
void FullCodeGenerator::VisitSpread(Spread* expr) { UNREACHABLE(); } |
+void FullCodeGenerator::VisitEmptyParentheses(EmptyParentheses* expr) { |
+ UNREACHABLE(); |
+} |
+ |
+ |
FullCodeGenerator::NestedStatement* FullCodeGenerator::TryFinally::Exit( |
int* stack_depth, int* context_length) { |
// The macros used here must preserve the result register. |