| Index: third_party/WebKit/Source/core/loader/LinkPreloadResourceClients.h
|
| diff --git a/third_party/WebKit/Source/core/loader/LinkPreloadResourceClients.h b/third_party/WebKit/Source/core/loader/LinkPreloadResourceClients.h
|
| index 5d916e585dc7b7d88200f3b4ab08249d77af258f..d09d6cddd12b871cb3a780ac07c795d6351f1484 100644
|
| --- a/third_party/WebKit/Source/core/loader/LinkPreloadResourceClients.h
|
| +++ b/third_party/WebKit/Source/core/loader/LinkPreloadResourceClients.h
|
| @@ -87,7 +87,7 @@ public:
|
|
|
| void clear() override { clearResource(); }
|
|
|
| - void setCSSStyleSheet(const String&, const KURL&, const String&, const CSSStyleSheetResource* resource) override
|
| + void setCSSStyleSheet(const String&, const KURL&, const String&, CSSStyleSheetResource* resource) override
|
| {
|
| ASSERT(this->resource() == resource);
|
| triggerEvents(static_cast<const Resource*>(resource));
|
|
|