Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(631)

Unified Diff: Source/core/html/HTMLLinkElement.h

Issue 1032033002: Fire error events for a variety of script and style failures. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed test failures Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/dom/StyleElement.cpp ('k') | Source/core/html/HTMLLinkElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/core/dom/StyleElement.cpp ('k') | Source/core/html/HTMLLinkElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698