Index: Source/core/dom/PseudoElement.h |
diff --git a/Source/core/dom/PseudoElement.h b/Source/core/dom/PseudoElement.h |
index b2553eebb1679e9dc5a351ee6d6b9395e4ec049a..184eb9c537b3054a1eb4846b4c4988e30309e3cf 100644 |
--- a/Source/core/dom/PseudoElement.h |
+++ b/Source/core/dom/PseudoElement.h |
@@ -36,7 +36,7 @@ class PseudoElement FINAL : public Element { |
public: |
static PassRefPtrWillBeRawPtr<PseudoElement> create(Element* parent, PseudoId pseudoId) |
{ |
- return adoptRefWillBeRefCountedGarbageCollected(new PseudoElement(parent, pseudoId)); |
+ return adoptRefWillBeNoop(new PseudoElement(parent, pseudoId)); |
} |
virtual PassRefPtr<RenderStyle> customStyleForRenderer() OVERRIDE; |