| Index: Source/core/html/HTMLLinkElement.h
|
| diff --git a/Source/core/html/HTMLLinkElement.h b/Source/core/html/HTMLLinkElement.h
|
| index dc2b17aa2babf416b38e045472da67d0442fb252..bd5e61c4461cc28ec704fd6fa5cbc6cb8630fcfd 100644
|
| --- a/Source/core/html/HTMLLinkElement.h
|
| +++ b/Source/core/html/HTMLLinkElement.h
|
| @@ -69,7 +69,7 @@ public:
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| void startLoadingDynamicSheet();
|
| - void notifyLoadedSheetAndAllCriticalSubresources(bool errorOccurred);
|
| + void notifyLoadedSheetAndAllCriticalSubresources(Node::LoadedSheetErrorStatus);
|
| bool sheetLoaded();
|
|
|
| void setDisabledState(bool);
|
| @@ -192,7 +192,7 @@ private:
|
| virtual bool hasLegalLinkAttribute(const QualifiedName&) const override;
|
| virtual const QualifiedName& subResourceAttributeName() const override;
|
| virtual bool sheetLoaded() override;
|
| - virtual void notifyLoadedSheetAndAllCriticalSubresources(bool errorOccurred) override;
|
| + virtual void notifyLoadedSheetAndAllCriticalSubresources(LoadedSheetErrorStatus) override;
|
| virtual void startLoadingDynamicSheet() override;
|
| virtual void finishParsingChildren() override;
|
|
|
|
|