Chromium Code Reviews| Index: Source/core/dom/Node.h |
| diff --git a/Source/core/dom/Node.h b/Source/core/dom/Node.h |
| index 01d0aaf5517e8216c68c7f59029f14a79f7e9978..bb4168570a104f4685a0b637555ba7434ca489d2 100644 |
| --- a/Source/core/dom/Node.h |
| +++ b/Source/core/dom/Node.h |
| @@ -159,7 +159,6 @@ public: |
| void* operator new(size_t); |
| void operator delete(void*); |
| - static bool isSupported(const String& feature, const String& version); |
| static void dumpStatistics(); |
| virtual ~Node(); |