| Index: Source/core/html/HTMLViewSourceDocument.h
|
| diff --git a/Source/core/html/HTMLViewSourceDocument.h b/Source/core/html/HTMLViewSourceDocument.h
|
| index 2b8e299e88446f8c99182a1f7c39c35f00943f51..29e44ae7a981a431c84a425dfa8f2513a79b25be 100644
|
| --- a/Source/core/html/HTMLViewSourceDocument.h
|
| +++ b/Source/core/html/HTMLViewSourceDocument.h
|
| @@ -42,7 +42,7 @@ public:
|
|
|
| static PassRefPtrWillBeRawPtr<HTMLViewSourceDocument> create(const DocumentInit& initializer, const String& mimeType)
|
| {
|
| - return adoptRefWillBeRefCountedGarbageCollected(new HTMLViewSourceDocument(initializer, mimeType));
|
| + return adoptRefWillBeNoop(new HTMLViewSourceDocument(initializer, mimeType));
|
| }
|
|
|
| void addSource(const String&, HTMLToken&, SourceAnnotation);
|
|
|