Chromium Code Reviews| Index: Source/core/dom/Comment.h |
| diff --git a/Source/core/dom/Comment.h b/Source/core/dom/Comment.h |
| index fc68b5264ef0eb523c189e2e02cb776c327a41c7..e1dfb8566b7b10e49363a86f255f594040362608 100644 |
| --- a/Source/core/dom/Comment.h |
| +++ b/Source/core/dom/Comment.h |
| @@ -27,8 +27,6 @@ |
| namespace WebCore { |
| -class ExecutionContext; |
| - |
| class Comment FINAL : public CharacterData { |
| public: |
| static PassRefPtrWillBeRawPtr<Comment> create(Document&, const String&); |