Chromium Code Reviews| Index: Source/WebCore/html/HTMLLinkElement.h |
| =================================================================== |
| --- Source/WebCore/html/HTMLLinkElement.h (revision 88251) |
| +++ Source/WebCore/html/HTMLLinkElement.h (working copy) |
| @@ -79,8 +79,6 @@ |
| bool isDisabled() const { return m_disabledState == Disabled; } |
| bool isEnabledViaScript() const { return m_disabledState == EnabledViaScript; } |
| - bool disabled() const; |
| - void setDisabled(bool); |
| private: |
| virtual void parseMappedAttribute(Attribute*); |