Index: third_party/WebKit/Source/core/html/HTMLLinkElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLLinkElement.h b/third_party/WebKit/Source/core/html/HTMLLinkElement.h |
index 42d102b5dbec30ff92a1b0305b3aebef902d3542..cee8259aa485ecddefb5faf6d07a619b634a391d 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLLinkElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLLinkElement.h |
@@ -77,6 +77,7 @@ public: |
void setSheetTitle(const String&); |
bool styleSheetIsLoading() const; |
+ bool styleSheetTypeIsSupported(const String& type) const; |
bool hasSheet() const { return m_sheet; } |
bool isDisabled() const { return m_disabledState == Disabled; } |
bool isEnabledViaScript() const { return m_disabledState == EnabledViaScript; } |