| Index: third_party/WebKit/Source/core/dom/StyleSheetCandidate.h
|
| diff --git a/third_party/WebKit/Source/core/dom/StyleSheetCandidate.h b/third_party/WebKit/Source/core/dom/StyleSheetCandidate.h
|
| index 366e30cb276cdfaa81ab4479afa627d11d87e187..7d38b71f686297080982ceeab1a94dd97eccdf22 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleSheetCandidate.h
|
| +++ b/third_party/WebKit/Source/core/dom/StyleSheetCandidate.h
|
| @@ -57,7 +57,7 @@ public:
|
| bool isAlternate() const;
|
| bool isEnabledViaScript() const;
|
| bool isEnabledAndLoading() const;
|
| - bool hasPreferrableName(const String& currentPreferrableName) const;
|
| + bool hasPreferrableName() const;
|
| bool canBeActivated(const String& currentPreferrableName) const;
|
| bool isCSSStyle() const;
|
|
|
|
|