| Index: Source/core/dom/Comment.h
|
| diff --git a/Source/core/dom/Comment.h b/Source/core/dom/Comment.h
|
| index df79fbb4605c3a14d1021d9c2e59892f1eff445b..5ef2285093464bb00847f782a1854f2ca391b92f 100644
|
| --- a/Source/core/dom/Comment.h
|
| +++ b/Source/core/dom/Comment.h
|
| @@ -27,9 +27,12 @@
|
|
|
| namespace WebCore {
|
|
|
| +class ScriptExecutionContext;
|
| +
|
| class Comment FINAL : public CharacterData {
|
| public:
|
| static PassRefPtr<Comment> create(Document*, const String&);
|
| + static PassRefPtr<Comment> create(ScriptExecutionContext*, const String&);
|
|
|
| private:
|
| Comment(Document*, const String&);
|
|
|