| Index: sky/engine/public/web/WebElement.h
|
| diff --git a/sky/engine/public/web/WebElement.h b/sky/engine/public/web/WebElement.h
|
| index 2b506f053d259f67f0dd311e010e340f8e29cc7d..dc7a70aee2506c759ceb4fa3d1f2e82b8edf5c07 100644
|
| --- a/sky/engine/public/web/WebElement.h
|
| +++ b/sky/engine/public/web/WebElement.h
|
| @@ -57,7 +57,6 @@ public:
|
| BLINK_EXPORT void removeAttribute(const WebString&);
|
| BLINK_EXPORT WebString getAttribute(const WebString&) const;
|
| BLINK_EXPORT bool setAttribute(const WebString& name, const WebString& value);
|
| - BLINK_EXPORT WebString innerText();
|
| BLINK_EXPORT void requestFullScreen();
|
| BLINK_EXPORT WebString attributeLocalName(unsigned index) const;
|
| BLINK_EXPORT WebString attributeValue(unsigned index) const;
|
|
|