| Index: third_party/WebKit/Source/core/css/StyleRuleImport.h
|
| diff --git a/third_party/WebKit/Source/core/css/StyleRuleImport.h b/third_party/WebKit/Source/core/css/StyleRuleImport.h
|
| index 627a60763244d56bc8c7a027d528b63c968eebb4..705acf8553f261015fb344e38ede3d3ead8d6a43 100644
|
| --- a/third_party/WebKit/Source/core/css/StyleRuleImport.h
|
| +++ b/third_party/WebKit/Source/core/css/StyleRuleImport.h
|
| @@ -35,7 +35,7 @@ class StyleSheetContents;
|
| class StyleRuleImport : public StyleRuleBase {
|
| USING_PRE_FINALIZER(StyleRuleImport, dispose);
|
| public:
|
| - static RawPtr<StyleRuleImport> create(const String& href, RawPtr<MediaQuerySet>);
|
| + static StyleRuleImport* create(const String& href, MediaQuerySet*);
|
|
|
| ~StyleRuleImport();
|
|
|
| @@ -80,7 +80,7 @@ private:
|
| void setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CSSStyleSheetResource*);
|
| friend class ImportedStyleSheetClient;
|
|
|
| - StyleRuleImport(const String& href, RawPtr<MediaQuerySet>);
|
| + StyleRuleImport(const String& href, MediaQuerySet*);
|
|
|
| void dispose();
|
|
|
|
|