Chromium Code Reviews| Index: Source/core/dom/XMLDocument.idl |
| diff --git a/Source/core/dom/XMLDocument.idl b/Source/core/dom/XMLDocument.idl |
| index a41fb18aad2c25448f87c79cce4e505cd5d907e3..df60667a5633e399ad96862969645bb23c1bd432 100644 |
| --- a/Source/core/dom/XMLDocument.idl |
| +++ b/Source/core/dom/XMLDocument.idl |
| @@ -23,5 +23,7 @@ |
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| */ |
| +// https://dom.spec.whatwg.org/#xmldocument |
| + |
| interface XMLDocument : Document { |
| }; |