| Index: Source/core/html/HTMLDocument.h
|
| diff --git a/Source/core/html/HTMLDocument.h b/Source/core/html/HTMLDocument.h
|
| index bfaa95384d0946330c1313a82d2805eb06f3d5b4..2b910e7be0921f39ecd9087dc0abb370c6076bd3 100644
|
| --- a/Source/core/html/HTMLDocument.h
|
| +++ b/Source/core/html/HTMLDocument.h
|
| @@ -37,7 +37,7 @@ class HTMLDocument : public Document, public ResourceClient {
|
| public:
|
| static PassRefPtrWillBeRawPtr<HTMLDocument> create(const DocumentInit& initializer = DocumentInit())
|
| {
|
| - return adoptRefWillBeRefCountedGarbageCollected(new HTMLDocument(initializer));
|
| + return adoptRefWillBeNoop(new HTMLDocument(initializer));
|
| }
|
| virtual ~HTMLDocument();
|
|
|
|
|