| Index: sky/engine/public/web/WebNode.h
|
| diff --git a/sky/engine/public/web/WebNode.h b/sky/engine/public/web/WebNode.h
|
| index 202007a4a28c921b63673a3374ff9f6d2b49906f..115de3bc164e4fd1a579501c88cc7ab8be5afb30 100644
|
| --- a/sky/engine/public/web/WebNode.h
|
| +++ b/sky/engine/public/web/WebNode.h
|
| @@ -94,7 +94,6 @@ public:
|
| BLINK_EXPORT WebNode previousSibling() const;
|
| BLINK_EXPORT WebNode nextSibling() const;
|
| BLINK_EXPORT bool hasChildNodes() const;
|
| - BLINK_EXPORT WebString createMarkup() const;
|
| BLINK_EXPORT bool isLink() const;
|
| BLINK_EXPORT bool isTextNode() const;
|
| BLINK_EXPORT bool isFocusable() const;
|
|
|