| Index: Source/core/dom/Node.cpp
|
| diff --git a/Source/core/dom/Node.cpp b/Source/core/dom/Node.cpp
|
| index edf48a6f8c52f9b425ffb7bae6424727d9fbec15..199420ad3d2563f20c9215d3abcd202a131a4cbd 100644
|
| --- a/Source/core/dom/Node.cpp
|
| +++ b/Source/core/dom/Node.cpp
|
| @@ -114,11 +114,6 @@ void Node::operator delete(void* ptr)
|
| partitionFree(ptr);
|
| }
|
|
|
| -bool Node::isSupported(const String& feature, const String& version)
|
| -{
|
| - return DOMImplementation::hasFeature(feature, version);
|
| -}
|
| -
|
| #if DUMP_NODE_STATISTICS
|
| static HashSet<Node*> liveNodeSet;
|
| #endif
|
|
|