Chromium Code Reviews

Unified Diff: Source/WebCore/html/HTMLLinkElement.h

Issue 7046023: Revert 84329 - 2011-04-19 Julien Chaffraix <jchaffraix@codeaurora.org> (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/782/
Patch Set: Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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*);
« no previous file with comments | « LayoutTests/fast/dom/script-tests/boolean-attribute-reflection.js ('k') | Source/WebCore/html/HTMLLinkElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine