| Index: sky/engine/public/web/WebElement.h
|
| diff --git a/sky/engine/public/web/WebElement.h b/sky/engine/public/web/WebElement.h
|
| index ffe763c5869cab16dfa3552b2d946587115994b1..2b506f053d259f67f0dd311e010e340f8e29cc7d 100644
|
| --- a/sky/engine/public/web/WebElement.h
|
| +++ b/sky/engine/public/web/WebElement.h
|
| @@ -48,8 +48,6 @@ public:
|
| WebElement& operator=(const WebElement& e) { WebNode::assign(e); return *this; }
|
| void assign(const WebElement& e) { WebNode::assign(e); }
|
|
|
| - BLINK_EXPORT bool isFormControlElement() const;
|
| - BLINK_EXPORT bool isTextFormControlElement() const;
|
| // Returns the qualified name, which may contain a prefix and a colon.
|
| BLINK_EXPORT WebString tagName() const;
|
| // Check if this element has the specified local tag name, and the HTML
|
|
|