| Index: third_party/WebKit/Source/core/dom/PseudoElement.h
|
| diff --git a/third_party/WebKit/Source/core/dom/PseudoElement.h b/third_party/WebKit/Source/core/dom/PseudoElement.h
|
| index a6e2c3d9f8ca2b4d40a1c5714cec4bca54eed553..0fd367b09ef6cea124a42f99e7a0844f21f70664 100644
|
| --- a/third_party/WebKit/Source/core/dom/PseudoElement.h
|
| +++ b/third_party/WebKit/Source/core/dom/PseudoElement.h
|
| @@ -35,7 +35,7 @@ namespace blink {
|
|
|
| class CORE_EXPORT PseudoElement : public Element {
|
| public:
|
| - static PassRefPtrWillBeRawPtr<PseudoElement> create(Element* parent, PseudoId);
|
| + static RawPtr<PseudoElement> create(Element* parent, PseudoId);
|
|
|
| PassRefPtr<ComputedStyle> customStyleForLayoutObject() override;
|
| void attach(const AttachContext& = AttachContext()) override;
|
|
|