| Index: public/web/WebSelectElement.h
|
| diff --git a/public/web/WebSelectElement.h b/public/web/WebSelectElement.h
|
| index 836959c24fc5226fd027c992bd12aa76ffd09654..9db36aaeaa8a104bb44df7e4823cf1d7faa00bd1 100644
|
| --- a/public/web/WebSelectElement.h
|
| +++ b/public/web/WebSelectElement.h
|
| @@ -54,8 +54,6 @@ public:
|
| }
|
| void assign(const WebSelectElement& element) { WebFormControlElement::assign(element); }
|
|
|
| - BLINK_EXPORT void setValue(const WebString&);
|
| - BLINK_EXPORT WebString value() const;
|
| BLINK_EXPORT WebVector<WebElement> listItems() const;
|
|
|
| #if BLINK_IMPLEMENTATION
|
|
|