| Index: public/web/WebNode.h
|
| diff --git a/public/web/WebNode.h b/public/web/WebNode.h
|
| index 09a308ee11efea58da187f76ed93ffe9cc28fe95..35b42e8e5f8550971d0d425d7f7ee508ad57eb3c 100644
|
| --- a/public/web/WebNode.h
|
| +++ b/public/web/WebNode.h
|
| @@ -113,8 +113,6 @@ public:
|
| BLINK_EXPORT void addEventListener(const WebString& eventType, WebDOMEventListener* listener, bool useCapture);
|
| BLINK_EXPORT bool dispatchEvent(const WebDOMEvent&);
|
| BLINK_EXPORT void simulateClick();
|
| - // Deprecated. Use getElementsByHTMLTagName.
|
| - BLINK_EXPORT WebElementCollection getElementsByTagName(const WebString&) const;
|
| // The argument should be lower-cased.
|
| BLINK_EXPORT WebElementCollection getElementsByHTMLTagName(const WebString&) const;
|
| BLINK_EXPORT WebElement querySelector(const WebString&, WebExceptionCode&) const;
|
|
|