Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1408)

Unified Diff: public/web/WebNode.h

Issue 403673002: Remove WebNode::getElementsByTagName. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/WebNode.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « Source/web/WebNode.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698