Index: src/pattern-rewriter.cc |
diff --git a/src/pattern-rewriter.cc b/src/pattern-rewriter.cc |
index e414205184119003e6be5f46fc31ff6ce94d3a2e..51cf8bfdeefe000434196beb457be663407fc61a 100644 |
--- a/src/pattern-rewriter.cc |
+++ b/src/pattern-rewriter.cc |
@@ -404,7 +404,8 @@ NOT_A_PATTERN(NativeFunctionLiteral) |
NOT_A_PATTERN(Property) |
NOT_A_PATTERN(RegExpLiteral) |
NOT_A_PATTERN(ReturnStatement) |
-NOT_A_PATTERN(SuperReference) |
+NOT_A_PATTERN(SuperPropertyReference) |
+NOT_A_PATTERN(SuperCallReference) |
NOT_A_PATTERN(SwitchStatement) |
NOT_A_PATTERN(ThisFunction) |
NOT_A_PATTERN(Throw) |