| Index: core/html/HTMLOptionsCollection.idl
|
| diff --git a/core/html/HTMLOptionsCollection.idl b/core/html/HTMLOptionsCollection.idl
|
| index 9f32344a163dddaef1de92b85870bb127c7f6b86..aa47617cb3f61129cf5fe3280750d783b836383e 100644
|
| --- a/core/html/HTMLOptionsCollection.idl
|
| +++ b/core/html/HTMLOptionsCollection.idl
|
| @@ -1,6 +1,7 @@
|
| /*
|
| * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.
|
| * Copyright (C) 2006 Samuel Weinig <sam.weinig@gmail.com>
|
| + * Copyright (C) 2013 Samsung Electronics. All rights reserved.
|
| *
|
| * This library is free software; you can redistribute it and/or
|
| * modify it under the terms of the GNU Library General Public
|
| @@ -32,6 +33,7 @@
|
|
|
| [Custom, RaisesException] void add([Default=Undefined] optional HTMLOptionElement option,
|
| optional unsigned long index);
|
| - [Custom] void remove([Default=Undefined] optional unsigned long index);
|
| + void remove(unsigned long index);
|
| + void remove(HTMLOptionElement option); // Non standard.
|
| };
|
|
|
|
|