| Index: Source/core/dom/PseudoElement.cpp
|
| diff --git a/Source/core/dom/PseudoElement.cpp b/Source/core/dom/PseudoElement.cpp
|
| index b87dadd7cb0bac29a6b25862f40900f645a2fb4d..30535de0e3bc4017009ae9061a7b15aad5fb2b5c 100644
|
| --- a/Source/core/dom/PseudoElement.cpp
|
| +++ b/Source/core/dom/PseudoElement.cpp
|
| @@ -78,7 +78,7 @@ void PseudoElement::dispose()
|
| ASSERT(!previousSibling());
|
|
|
| detach();
|
| - RefPtr<Element> parent = parentOrShadowHostElement();
|
| + RefPtrWillBeRawPtr<Element> parent = parentOrShadowHostElement();
|
| setParentOrShadowHostNode(0);
|
| removedFrom(parent.get());
|
| }
|
|
|