| Index: public/web/WebTextAreaElement.h
|
| diff --git a/public/web/WebTextAreaElement.h b/public/web/WebTextAreaElement.h
|
| index 3bce77546d9f2f2451d2184da02d7cd4582c9b5d..59f794c647af0a1818d248c12bdd2d673b593cd4 100644
|
| --- a/public/web/WebTextAreaElement.h
|
| +++ b/public/web/WebTextAreaElement.h
|
| @@ -52,14 +52,6 @@ public:
|
| }
|
| void assign(const WebTextAreaElement& element) { WebFormControlElement::assign(element); }
|
|
|
| - BLINK_EXPORT void setValue(const WebString&);
|
| - BLINK_EXPORT WebString value() const;
|
| - BLINK_EXPORT void setSuggestedValue(const WebString&);
|
| - BLINK_EXPORT WebString suggestedValue() const;
|
| - BLINK_EXPORT void setSelectionRange(int start, int end);
|
| - BLINK_EXPORT bool autoComplete() const;
|
| - BLINK_EXPORT WebString directionForFormData() const;
|
| -
|
| #if BLINK_IMPLEMENTATION
|
| WebTextAreaElement(const WTF::PassRefPtr<WebCore::HTMLTextAreaElement>&);
|
| WebTextAreaElement& operator=(const WTF::PassRefPtr<WebCore::HTMLTextAreaElement>&);
|
|
|