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

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

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
« no previous file with comments | « third_party/WebKit/Source/core/dom/DOMImplementation.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/DOMImplementation.idl
diff --git a/third_party/WebKit/Source/core/dom/DOMImplementation.idl b/third_party/WebKit/Source/core/dom/DOMImplementation.idl
index cd19db55df622f3f4a3a8b7c9c6959534ba1fb3d..4a326bd7ba6476424b77dd9aff3ab1c476c2e240 100644
--- a/third_party/WebKit/Source/core/dom/DOMImplementation.idl
+++ b/third_party/WebKit/Source/core/dom/DOMImplementation.idl
@@ -28,7 +28,4 @@
// FIXME: createHTMLDocument should return a Document. crbug.com/238368
// FIXME: The title argument should not have a default value. crbug.com/335871
[NewObject] HTMLDocument createHTMLDocument(optional DOMString title = null);
-
- // useless; always returns true
- boolean hasFeature();
};
« no previous file with comments | « third_party/WebKit/Source/core/dom/DOMImplementation.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698