Chromium Code Reviews| Index: Source/core/html/HTMLSelectElement.h |
| diff --git a/Source/core/html/HTMLSelectElement.h b/Source/core/html/HTMLSelectElement.h |
| index 8268cc15a8c3508e851f1278dbdbc0c98d14753c..e5dd1ed32aa204f6a3d5bb5801b15d86046d44db 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*, unsigned beforeIndex, ExceptionState&); |
|
tkent
2014/03/27 06:13:35
Why the argument is unsigned though the argument i
keishi
2014/03/27 06:52:03
Done.
|
| using Node::remove; |
| void remove(int index); |