| Index: Source/core/html/HTMLSelectElement.h
|
| diff --git a/Source/core/html/HTMLSelectElement.h b/Source/core/html/HTMLSelectElement.h
|
| index 8268cc15a8c3508e851f1278dbdbc0c98d14753c..f8f8073031bb7354ee9d2eecef09ed76580380f8 100644
|
| --- a/Source/core/html/HTMLSelectElement.h
|
| +++ b/Source/core/html/HTMLSelectElement.h
|
| @@ -63,6 +63,7 @@ public:
|
| bool usesMenuList() const;
|
|
|
| void add(HTMLElement*, HTMLElement* beforeElement, ExceptionState&);
|
| + void addBeforeOptionAtIndex(HTMLElement*, int beforeIndex, ExceptionState&);
|
|
|
| using Node::remove;
|
| void remove(int index);
|
|
|