Index: Source/core/dom/Comment.h |
diff --git a/Source/core/dom/Comment.h b/Source/core/dom/Comment.h |
index fc68b5264ef0eb523c189e2e02cb776c327a41c7..c18861d7133ba3fe15dc506c8ec10ec7f71f234a 100644 |
--- a/Source/core/dom/Comment.h |
+++ b/Source/core/dom/Comment.h |
@@ -31,7 +31,7 @@ class ExecutionContext; |
class Comment FINAL : public CharacterData { |
public: |
- static PassRefPtrWillBeRawPtr<Comment> create(Document&, const String&); |
+ static PassRefPtrWillBeRawPtr<Comment> create(ExecutionContext*, const String&); |
private: |
Comment(Document&, const String&); |