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

Unified Diff: public/web/WebNode.h

Issue 1343403004: Remove WebNode::remove(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase. Created 5 years, 3 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/tests/WebFrameTest.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 b588cbc48721c05001dadface257dc625b819719..01368395bf5f82067f093d7ac0a75c5f0aa8bffa 100644
--- a/public/web/WebNode.h
+++ b/public/web/WebNode.h
@@ -124,7 +124,6 @@ public:
BLINK_EXPORT void querySelectorAll(const WebString& selector, WebVector<WebElement>& results) const;
BLINK_EXPORT bool focused() const;
- BLINK_EXPORT bool remove();
BLINK_EXPORT WebPluginContainer* pluginContainer() const;
« no previous file with comments | « Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698