| Index: third_party/WebKit/Source/core/css/StyleSheetList.h
|
| diff --git a/third_party/WebKit/Source/core/css/StyleSheetList.h b/third_party/WebKit/Source/core/css/StyleSheetList.h
|
| index b80cb20b83313036e835cece1157c1eff71945b5..d1280cc800c23f36e958d2ab04447e78f1e8d5e1 100644
|
| --- a/third_party/WebKit/Source/core/css/StyleSheetList.h
|
| +++ b/third_party/WebKit/Source/core/css/StyleSheetList.h
|
| @@ -37,7 +37,7 @@ class StyleSheet;
|
| class StyleSheetList final : public GarbageCollected<StyleSheetList>, public ScriptWrappable {
|
| DEFINE_WRAPPERTYPEINFO();
|
| public:
|
| - static RawPtr<StyleSheetList> create(TreeScope* treeScope) { return new StyleSheetList(treeScope); }
|
| + static StyleSheetList* create(TreeScope* treeScope) { return new StyleSheetList(treeScope); }
|
|
|
| unsigned length();
|
| StyleSheet* item(unsigned index);
|
|
|