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
Reviewed by Hyatt.
[WebKit-https.git]
/
WebCore
/
html
/
HTMLSelectElement.cpp
diff --git
a/WebCore/html/HTMLSelectElement.cpp
b/WebCore/html/HTMLSelectElement.cpp
index 89375d14b9588692bc4e8a68de5f156c80d2ef5a..98b9245c477d17fc3ecca5d9394783c85984169a 100644
(file)
--- a/
WebCore/html/HTMLSelectElement.cpp
+++ b/
WebCore/html/HTMLSelectElement.cpp
@@
-137,7
+137,7
@@
int HTMLSelectElement::lastSelectedListIndex() const
}
}
}
- return found ? index : -1;
+ return found ?
(int)
index : -1;
}
void HTMLSelectElement::deselectItems(HTMLOptionElement* excludeElement)