| 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 989a5aa90fb5dff34f25a00774658ed59c8dfe5b..62be1267a737fc9ae754a3997c9915e02a2afb40 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| @@ -215,8 +215,8 @@ private:
|
| MakeOptionDirty = 1 << 2,
|
| };
|
| typedef unsigned SelectOptionFlags;
|
| - void selectOption(int optionIndex, SelectOptionFlags = 0);
|
| - void selectOption(HTMLOptionElement*, SelectOptionFlags = 0);
|
| + void selectOption(int optionIndex, SelectOptionFlags);
|
| + void selectOption(HTMLOptionElement*, SelectOptionFlags);
|
| void selectOption(HTMLOptionElement*, int optionIndex, SelectOptionFlags);
|
| void deselectItemsWithoutValidation(HTMLElement* elementToExclude = 0);
|
| void parseMultipleAttribute(const AtomicString&);
|
|
|