| Index: third_party/WebKit/Source/core/css/FontLoader.h
|
| diff --git a/third_party/WebKit/Source/core/css/FontLoader.h b/third_party/WebKit/Source/core/css/FontLoader.h
|
| index 181630a845c11a4cee5332284553d4c2cdf8294e..b7d516decba7b2a3fbbaafc209e94bba3e1ed655 100644
|
| --- a/third_party/WebKit/Source/core/css/FontLoader.h
|
| +++ b/third_party/WebKit/Source/core/css/FontLoader.h
|
| @@ -18,7 +18,7 @@ class FontResource;
|
|
|
| class FontLoader : public GarbageCollectedFinalized<FontLoader> {
|
| public:
|
| - static RawPtr<FontLoader> create(CSSFontSelector* fontSelector, Document* document)
|
| + static FontLoader* create(CSSFontSelector* fontSelector, Document* document)
|
| {
|
| return new FontLoader(fontSelector, document);
|
| }
|
|
|