| Index: third_party/WebKit/Source/core/css/StyleRuleNamespace.h
|
| diff --git a/third_party/WebKit/Source/core/css/StyleRuleNamespace.h b/third_party/WebKit/Source/core/css/StyleRuleNamespace.h
|
| index cd22af5cc0d4f28e7600763bc73f933e9906fbcc..13655ff82c46d3c2ede93fb83846f7580982d95b 100644
|
| --- a/third_party/WebKit/Source/core/css/StyleRuleNamespace.h
|
| +++ b/third_party/WebKit/Source/core/css/StyleRuleNamespace.h
|
| @@ -13,7 +13,7 @@ namespace blink {
|
| // the parser to pass to a stylesheet
|
| class StyleRuleNamespace final : public StyleRuleBase {
|
| public:
|
| - static RawPtr<StyleRuleNamespace> create(AtomicString prefix, AtomicString uri)
|
| + static StyleRuleNamespace* create(AtomicString prefix, AtomicString uri)
|
| {
|
| return new StyleRuleNamespace(prefix, uri);
|
| }
|
|
|