| Index: Source/core/html/TextDocument.h
|
| diff --git a/Source/core/html/TextDocument.h b/Source/core/html/TextDocument.h
|
| index f4f11afb8a43e0be63ca6fd4518628bbc27d1230..a7961f6fc8c4595711514df866dccc6146a2a1dd 100644
|
| --- a/Source/core/html/TextDocument.h
|
| +++ b/Source/core/html/TextDocument.h
|
| @@ -33,7 +33,7 @@ class TextDocument FINAL : public HTMLDocument {
|
| public:
|
| static PassRefPtrWillBeRawPtr<TextDocument> create(const DocumentInit& initializer = DocumentInit())
|
| {
|
| - return adoptRefWillBeRefCountedGarbageCollected(new TextDocument(initializer));
|
| + return adoptRefWillBeNoop(new TextDocument(initializer));
|
| }
|
|
|
| private:
|
|
|