Chromium Code Reviews| Index: src/regexp/regexp-ast.h |
| diff --git a/src/regexp/regexp-ast.h b/src/regexp/regexp-ast.h |
| index 07a8155437ee2a5e5fd872e9d52950fc5547ee48..4d4ef83c41468a98bde2694e35889815804476ab 100644 |
| --- a/src/regexp/regexp-ast.h |
| +++ b/src/regexp/regexp-ast.h |
| @@ -189,7 +189,6 @@ class TextElement final BASE_EMBEDDED { |
| RegExpTree* tree_; |
| }; |
| - |
| class RegExpTree : public ZoneObject { |
| public: |
| static const int kInfinity = kMaxInt; |