Index: Source/core/dom/shadow/ShadowRoot.h |
diff --git a/Source/core/dom/shadow/ShadowRoot.h b/Source/core/dom/shadow/ShadowRoot.h |
index 73ea4ae1be678b0facab76c782fa8b951eb1d156..97d54a6107416057187c3105191483f6457c6359 100644 |
--- a/Source/core/dom/shadow/ShadowRoot.h |
+++ b/Source/core/dom/shadow/ShadowRoot.h |
@@ -57,7 +57,7 @@ public: |
static PassRefPtrWillBeRawPtr<ShadowRoot> create(Document& document, ShadowRootType type) |
{ |
- return adoptRefWillBeRefCountedGarbageCollected(new ShadowRoot(document, type)); |
+ return adoptRefWillBeNoop(new ShadowRoot(document, type)); |
} |
void recalcStyle(StyleRecalcChange); |