diff options
author | Leon Scroggins <> | 2009-04-03 14:01:27 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-04-03 14:01:27 -0700 |
commit | 5168137a84110bca1b9ea8f8759eb8e8241ce6c8 (patch) | |
tree | d973c0036d2706669225b94870f69bcf9a0aec31 /WebCore/html | |
parent | 3620888aeeb06e4dd2960323413709461cab663b (diff) | |
download | external_webkit-5168137a84110bca1b9ea8f8759eb8e8241ce6c8.zip external_webkit-5168137a84110bca1b9ea8f8759eb8e8241ce6c8.tar.gz external_webkit-5168137a84110bca1b9ea8f8759eb8e8241ce6c8.tar.bz2 |
AI 144499: Remove some unnecessary ifdef ANDROID code to make our merges simpler. Rather than using a private function, we now use public functions to accomplish the same task.
Automated import of CL 144499
Diffstat (limited to 'WebCore/html')
-rw-r--r-- | WebCore/html/HTMLSelectElement.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/WebCore/html/HTMLSelectElement.h b/WebCore/html/HTMLSelectElement.h index e42c04f..ec49a82 100644 --- a/WebCore/html/HTMLSelectElement.h +++ b/WebCore/html/HTMLSelectElement.h @@ -141,13 +141,7 @@ private: void recalcListItems(bool updateSelectedStates = true) const; void checkListItems() const; -#ifdef ANDROID_DESELECT_SELECT -public: -#endif void deselectItems(HTMLOptionElement* excludeElement = 0); -#ifdef ANDROID_DESELECT_SELECT -private: -#endif #ifdef ANDROID_LISTBOX_USES_MENU_LIST bool usesMenuList() const { return true; } #else |