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

Unified Diff: third_party/WebKit/Source/core/dom/DOMImplementation.h

Issue 2787853002: Remove DOMImplementation.hasFeature()
Patch Set: Created 3 years, 9 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
Index: third_party/WebKit/Source/core/dom/DOMImplementation.h
diff --git a/third_party/WebKit/Source/core/dom/DOMImplementation.h b/third_party/WebKit/Source/core/dom/DOMImplementation.h
index b807ad2c9d3728cc2e755f710fec1ab682fbecad..10e1a21d63b096114024beada1d84c6778263d50 100644
--- a/third_party/WebKit/Source/core/dom/DOMImplementation.h
+++ b/third_party/WebKit/Source/core/dom/DOMImplementation.h
@@ -49,7 +49,6 @@ class CORE_EXPORT DOMImplementation final
Document& document() const { return *m_document; }
// DOM methods & attributes for DOMImplementation
- bool hasFeature() { return true; }
DocumentType* createDocumentType(const AtomicString& qualifiedName,
const String& publicId,
const String& systemId,

Powered by Google App Engine
This is Rietveld 408576698