Chromium Code Reviews| Index: Source/core/dom/StyleSheetCandidate.h |
| diff --git a/Source/core/dom/StyleSheetCandidate.h b/Source/core/dom/StyleSheetCandidate.h |
| index 9d9e6a893c5bb0487e22b9049d2f7f91de1af0fa..39eda0f6767d908ab27f7f9178f06b2bce45a4ee 100644 |
| --- a/Source/core/dom/StyleSheetCandidate.h |
| +++ b/Source/core/dom/StyleSheetCandidate.h |
| @@ -52,7 +52,6 @@ public: |
| , m_type(typeOf(node)) |
| { } |
| - bool isXSL() const; |
| bool isImport() const; |
| bool isAlternate() const; |
| bool isEnabledViaScript() const; |