summaryrefslogtreecommitdiffstats
path: root/WebCore/dom/Element.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/dom/Element.h')
-rw-r--r--WebCore/dom/Element.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/WebCore/dom/Element.h b/WebCore/dom/Element.h
index 3aae0b5..b9dc0fd 100644
--- a/WebCore/dom/Element.h
+++ b/WebCore/dom/Element.h
@@ -157,15 +157,7 @@ public:
virtual bool isURLAttribute(Attribute*) const;
virtual const QualifiedName& imageSourceAttributeName() const;
virtual String target() const { return String(); }
-#ifdef ANDROID_DO_NOT_RESTORE_PREVIOUS_SELECTION
- // Set the default to not restore the previous selection, since
- // we want the selection to cover the whole textfield.
- // FIXME: Would it be a better fix to simply ignore the input
- // value in the implementation?
- virtual void focus(bool restorePreviousSelection = false);
-#else
virtual void focus(bool restorePreviousSelection = true);
-#endif
virtual void updateFocusAppearance(bool restorePreviousSelection);
void blur();