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

Unified Diff: Source/core/dom/XMLDocument.idl

Issue 961693004: Rearrange the Document interfaces to match the many specs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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 | « Source/core/dom/Document.idl ('k') | Source/core/html/HTMLDocument.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
};
« no previous file with comments | « Source/core/dom/Document.idl ('k') | Source/core/html/HTMLDocument.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698