Index: Source/core/html/HTMLLinkElement.h |
diff --git a/Source/core/html/HTMLLinkElement.h b/Source/core/html/HTMLLinkElement.h |
index b0c0c75a4dea870478213e14e59efd3fea1997a8..0603d27600d71fa33cd0c89a63cda3da33b705e8 100644 |
--- a/Source/core/html/HTMLLinkElement.h |
+++ b/Source/core/html/HTMLLinkElement.h |
@@ -142,6 +142,7 @@ public: |
bool styleSheetIsLoading() const; |
bool isImport() const { return linkImport(); } |
+ bool importOwnsLoader() const; |
bool isDisabled() const { return linkStyle() && linkStyle()->isDisabled(); } |
bool isEnabledViaScript() const { return linkStyle() && linkStyle()->isEnabledViaScript(); } |
DOMSettableTokenList* sizes() const; |