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

Unified Diff: Source/web/WebNode.cpp

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/core/dom/Node.h ('k') | Source/web/tests/WebFrameTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebNode.cpp
diff --git a/Source/web/WebNode.cpp b/Source/web/WebNode.cpp
index d28aebada8f5e66a21ad118441b690d2ab397cb2..851bdd1a9a7a1cdbdd9f91055d1033238f61cebd 100644
--- a/Source/web/WebNode.cpp
+++ b/Source/web/WebNode.cpp
@@ -288,13 +288,6 @@ bool WebNode::focused() const
return m_private->focused();
}
-bool WebNode::remove()
-{
- TrackExceptionState exceptionState;
- m_private->remove(exceptionState);
- return !exceptionState.hadException();
-}
-
WebPluginContainer* WebNode::pluginContainer() const
{
if (isNull())
« no previous file with comments | « Source/core/dom/Node.h ('k') | Source/web/tests/WebFrameTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698