git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
WebCore:
[WebKit-https.git]
/
WebCore
/
html
/
HTMLSelectElement.h
diff --git
a/WebCore/html/HTMLSelectElement.h
b/WebCore/html/HTMLSelectElement.h
index 7097145cb28c33e4a46f7918152a050731c28059..5573fab6edade4a888c4b62a391d1ed8f8bc0057 100644
(file)
--- a/
WebCore/html/HTMLSelectElement.h
+++ b/
WebCore/html/HTMLSelectElement.h
@@
-138,7
+138,7
@@
public:
void scrollToSelection();
private:
- void recalcListItems() const;
+ void recalcListItems(
bool updateSelectedStates = true
) const;
void checkListItems() const;
void deselectItems(HTMLOptionElement* excludeElement = 0);