summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/public/web/WebTextAreaElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/public/web/WebTextAreaElement.h')
-rw-r--r--chromium/third_party/WebKit/public/web/WebTextAreaElement.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/chromium/third_party/WebKit/public/web/WebTextAreaElement.h b/chromium/third_party/WebKit/public/web/WebTextAreaElement.h
index fae3995b0a0..489a30882b5 100644
--- a/chromium/third_party/WebKit/public/web/WebTextAreaElement.h
+++ b/chromium/third_party/WebKit/public/web/WebTextAreaElement.h
@@ -52,13 +52,10 @@ public:
}
void assign(const WebTextAreaElement& element) { WebFormControlElement::assign(element); }
- BLINK_EXPORT void setValue(const WebString&);
- BLINK_EXPORT WebString value() const;
-
#if BLINK_IMPLEMENTATION
- WebTextAreaElement(const WTF::PassRefPtr<WebCore::HTMLTextAreaElement>&);
- WebTextAreaElement& operator=(const WTF::PassRefPtr<WebCore::HTMLTextAreaElement>&);
- operator WTF::PassRefPtr<WebCore::HTMLTextAreaElement>() const;
+ WebTextAreaElement(const PassRefPtrWillBeRawPtr<WebCore::HTMLTextAreaElement>&);
+ WebTextAreaElement& operator=(const PassRefPtrWillBeRawPtr<WebCore::HTMLTextAreaElement>&);
+ operator PassRefPtrWillBeRawPtr<WebCore::HTMLTextAreaElement>() const;
#endif
};