| Index: third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h
|
| diff --git a/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h b/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h
|
| index 412f9b18fe0d5fc48f5445d4e77c153ccd7ab992..1351f2dc1f1ffeb9c2b88ab0cd45f470c24c1fec 100644
|
| --- a/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h
|
| +++ b/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h
|
| @@ -86,7 +86,7 @@ public:
|
| bool hasError() const { return m_state == StateError; }
|
| bool shouldBlockScriptExecution() const;
|
|
|
| - void startLoading(const ResourcePtr<RawResource>&);
|
| + void startLoading(const PassRefPtrWillBeRawPtr<RawResource>&);
|
|
|
| // Tells the loader that all of the import's stylesheets finished
|
| // loading.
|
|
|