Index: src/parser.cc |
diff --git a/src/parser.cc b/src/parser.cc |
index ddd76103ea5a02bf60d78e6c0d72bbe8fa94e97c..37e265aa4a059e7530186a301ec9a48ad7b49b1e 100644 |
--- a/src/parser.cc |
+++ b/src/parser.cc |
@@ -1401,8 +1401,6 @@ Statement* Parser::ParseExportDeclaration(bool* ok) { |
// |
// TODO(ES6): implement structuring ExportSpecifiers |
- ASSERT(strict_mode() == STRICT); |
- |
Expect(Token::EXPORT, CHECK_OK); |
Statement* result = NULL; |