Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(287)

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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
This is Rietveld 408576698