| Index: Source/core/dom/Text.h
|
| diff --git a/Source/core/dom/Text.h b/Source/core/dom/Text.h
|
| index fc387d2d75c3d05edfbf6f1d16042e51215cc445..c04992ed12a63971ba9ee0e76bd5d5974f2bbc70 100644
|
| --- a/Source/core/dom/Text.h
|
| +++ b/Source/core/dom/Text.h
|
| @@ -36,6 +36,7 @@ public:
|
| static const unsigned defaultLengthLimit = 1 << 16;
|
|
|
| static PassRefPtrWillBeRawPtr<Text> create(Document&, const String&);
|
| + static PassRefPtrWillBeRawPtr<Text> create(ExecutionContext*, const String&);
|
| static PassRefPtrWillBeRawPtr<Text> createEditingText(Document&, const String&);
|
|
|
| // mergeNextSiblingNodesIfPossible() merges next sibling nodes if possible
|
|
|