Index: third_party/WebKit/Source/core/html/LinkStyle.h |
diff --git a/third_party/WebKit/Source/core/html/LinkStyle.h b/third_party/WebKit/Source/core/html/LinkStyle.h |
index 0f221f7048a4dc30a633cebef07fccf83bf7d3bb..16b099fa97f0128fe7526bdb0bc4ee6469bd5522 100644 |
--- a/third_party/WebKit/Source/core/html/LinkStyle.h |
+++ b/third_party/WebKit/Source/core/html/LinkStyle.h |
@@ -45,9 +45,7 @@ class LinkStyle final : public LinkResource, ResourceOwner<StyleSheetResource> { |
bool sheetLoaded(); |
void setDisabledState(bool); |
- void setSheetTitle( |
- const String&, |
- StyleEngine::ActiveSheetsUpdate = StyleEngine::DontUpdateActiveSheets); |
+ void setSheetTitle(const String&); |
bool styleSheetIsLoading() const; |
bool hasSheet() const { return m_sheet; } |