| Index: third_party/WebKit/Source/core/dom/PresentationAttributeStyle.h
|
| diff --git a/third_party/WebKit/Source/core/dom/PresentationAttributeStyle.h b/third_party/WebKit/Source/core/dom/PresentationAttributeStyle.h
|
| index 3a9c6ac1f1e343012acfe1c6a4b7cdea9549d5f6..98c7494d3e189f84c5a248e0723e5106a8f8058e 100644
|
| --- a/third_party/WebKit/Source/core/dom/PresentationAttributeStyle.h
|
| +++ b/third_party/WebKit/Source/core/dom/PresentationAttributeStyle.h
|
| @@ -39,7 +39,7 @@ namespace blink {
|
| class Element;
|
| class StylePropertySet;
|
|
|
| -PassRefPtrWillBeRawPtr<StylePropertySet> computePresentationAttributeStyle(Element&);
|
| +RawPtr<StylePropertySet> computePresentationAttributeStyle(Element&);
|
|
|
| } // namespace blink
|
|
|
|
|