Index: Source/core/html/HTMLStyleElement.h |
diff --git a/Source/core/html/HTMLStyleElement.h b/Source/core/html/HTMLStyleElement.h |
index 32a115974d6c54e409a9bf0040ff8c89d8a43fd6..24735946eccaa25e8da70709d28fcc514f3fa242 100644 |
--- a/Source/core/html/HTMLStyleElement.h |
+++ b/Source/core/html/HTMLStyleElement.h |
@@ -65,7 +65,7 @@ private: |
virtual void finishParsingChildren() override; |
virtual bool sheetLoaded() override { return StyleElement::sheetLoaded(document()); } |
- virtual void notifyLoadedSheetAndAllCriticalSubresources(bool errorOccurred) override; |
+ virtual void notifyLoadedSheetAndAllCriticalSubresources(LoadedSheetErrorStatus) override; |
virtual void startLoadingDynamicSheet() override { StyleElement::startLoadingDynamicSheet(document()); } |
virtual const AtomicString& media() const override; |