| 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();
|
| };
|
|
|