| 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())
|
|
|