| Index: third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLSelectElement.h b/third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| index 450b34ffd00eb09faeed9ef5127538b38b7d676f..9fd2ac44415bc0f6342a1e33442f90835fc2427b 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| @@ -86,7 +86,7 @@ public:
|
| HTMLOptionsCollection* options();
|
| HTMLCollection* selectedOptions();
|
|
|
| - void optionElementChildrenChanged();
|
| + void optionElementChildrenChanged(const HTMLOptionElement&);
|
|
|
| void setRecalcListItems();
|
| void invalidateSelectedItems();
|
|
|