diff options
Diffstat (limited to 'WebKit/chromium/public/WebNode.h')
| -rw-r--r-- | WebKit/chromium/public/WebNode.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/WebKit/chromium/public/WebNode.h b/WebKit/chromium/public/WebNode.h index 792ede5..c7aa8ef 100644 --- a/WebKit/chromium/public/WebNode.h +++ b/WebKit/chromium/public/WebNode.h @@ -84,8 +84,6 @@ public: WEBKIT_API WebString nodeName() const; WEBKIT_API WebString nodeValue() const; WEBKIT_API bool setNodeValue(const WebString&); - // Deprecated. Use document().frame() instead. - WEBKIT_API WebFrame* frame() const; WEBKIT_API WebDocument document() const; WEBKIT_API WebNode firstChild() const; WEBKIT_API WebNode lastChild() const; @@ -106,22 +104,6 @@ public: // Note: This method only works properly after layout has occurred. WEBKIT_API bool hasNonEmptyBoundingBox() const; - // Deprecated. Use to() instead. - template<typename T> T toElement() - { - T res; - res.WebNode::assign(*this); - return res; - } - - // Deprecated. Use toConst() instead. - template<typename T> const T toConstElement() const - { - T res; - res.WebNode::assign(*this); - return res; - } - template<typename T> T to() { T res; |
