Index: Source/core/html/ImageDocument.h |
diff --git a/Source/core/html/ImageDocument.h b/Source/core/html/ImageDocument.h |
index 28b4ac22ab60f2d702579d4548f6760dc3a9d5d4..e0fc4decacf96ae5f449ff68498c395d9747eb9e 100644 |
--- a/Source/core/html/ImageDocument.h |
+++ b/Source/core/html/ImageDocument.h |
@@ -37,7 +37,7 @@ class ImageDocument FINAL : public HTMLDocument { |
public: |
static PassRefPtrWillBeRawPtr<ImageDocument> create(const DocumentInit& initializer = DocumentInit()) |
{ |
- return adoptRefWillBeRefCountedGarbageCollected(new ImageDocument(initializer)); |
+ return adoptRefWillBeNoop(new ImageDocument(initializer)); |
} |
ImageResource* cachedImage(); |