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

Unified Diff: Source/core/dom/Node.h

Issue 133703014: Remove Node.isSupported (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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 | « LayoutTests/svg/custom/svg-features-expected.txt ('k') | Source/core/dom/Node.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « LayoutTests/svg/custom/svg-features-expected.txt ('k') | Source/core/dom/Node.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698