| 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 b40b12eaab56ae333d8adb19a631369f88ab7f7f..e0baa57543f7cb602647507bdf9a471dad9a7395 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLSelectElement.h
|
| @@ -214,8 +214,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&);
|
|
|