Chromium Code Reviews| Index: Source/core/dom/DOMImplementation.idl |
| diff --git a/Source/core/dom/DOMImplementation.idl b/Source/core/dom/DOMImplementation.idl |
| index 98764298beb26375612ccee6f7a654e39370df52..9c20941ae2df7e5739f6adce2614e53c7a790eaf 100644 |
| --- a/Source/core/dom/DOMImplementation.idl |
| +++ b/Source/core/dom/DOMImplementation.idl |
| @@ -31,7 +31,5 @@ |
| // FIXME: The title argument should not have a default value. crbug.com/335871 |
| [NewObject] HTMLDocument createHTMLDocument(optional DOMString title = null); |
| - // FIXME: hasFeature should take no arguments and always return true. crbug.com/429536 |
| - [ImplementedAs=hasFeatureForBindings, MeasureAs=DOMImplementationHasFeature] |
| boolean hasFeature(DOMString feature, DOMString? version); |
|
philipj_slow
2015/04/29 08:32:10
Also remove the arguments and add "// useless; alw
|
| }; |