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