| Index: Source/WebCore/html/HTMLSelectElement.idl
|
| diff --git a/Source/WebCore/html/HTMLSelectElement.idl b/Source/WebCore/html/HTMLSelectElement.idl
|
| index 576f3cd677c51936073872ee230ed6c587e78b09..45a345601fe5754ae07cebd9c052e6de0c315cc9 100644
|
| --- a/Source/WebCore/html/HTMLSelectElement.idl
|
| +++ b/Source/WebCore/html/HTMLSelectElement.idl
|
| @@ -58,8 +58,7 @@ module html {
|
| #if defined(LANGUAGE_JAVASCRIPT) && LANGUAGE_JAVASCRIPT
|
| // In JavaScript, we support both option index and option object parameters.
|
| // As of this writing this cannot be auto-generated.
|
| - [Custom] void remove(in long index);
|
| - [Custom] void remove(in HTMLOptionElement option);
|
| + [Custom] void remove(/* indexOrOption */);
|
| #else
|
| void remove(in long index);
|
| #endif
|
|
|