| Index: Source/core/dom/PresentationAttributeStyle.h
|
| diff --git a/Source/core/dom/PresentationAttributeStyle.h b/Source/core/dom/PresentationAttributeStyle.h
|
| index 017561f744f590a1f3a8a94a7722bdedab5f80e2..76b431aba8425f497b2398005c08bad23d10c938 100644
|
| --- a/Source/core/dom/PresentationAttributeStyle.h
|
| +++ b/Source/core/dom/PresentationAttributeStyle.h
|
| @@ -31,6 +31,7 @@
|
| #ifndef PresentationAttributeStyle_h
|
| #define PresentationAttributeStyle_h
|
|
|
| +#include "platform/heap/Handle.h"
|
| #include "wtf/RefPtr.h"
|
|
|
| namespace WebCore {
|
| @@ -38,7 +39,7 @@ namespace WebCore {
|
| class Element;
|
| class StylePropertySet;
|
|
|
| -PassRefPtr<StylePropertySet> computePresentationAttributeStyle(Element&);
|
| +PassRefPtrWillBeRawPtr<StylePropertySet> computePresentationAttributeStyle(Element&);
|
|
|
| } // namespace WebCore
|
|
|
|
|