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

Unified Diff: core/dom/DocumentType.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 years, 11 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 | « core/dom/DocumentFullscreen.idl ('k') | core/dom/Element.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/dom/DocumentType.idl
diff --git a/core/dom/DocumentType.idl b/core/dom/DocumentType.idl
index 680352bc1b6e4283498cd28361a82679633273c6..1b7f41128f82eafa6ffa9b2a86a14aeadbb08c94 100644
--- a/core/dom/DocumentType.idl
+++ b/core/dom/DocumentType.idl
@@ -17,14 +17,10 @@
* Boston, MA 02110-1301, USA.
*/
-interface DocumentType : Node {
-
- // DOM Level 1
+// https://dom.spec.whatwg.org/#interface-documenttype
+interface DocumentType : Node {
readonly attribute DOMString name;
-
- // DOM Level 2
-
readonly attribute DOMString publicId;
readonly attribute DOMString systemId;
};
« no previous file with comments | « core/dom/DocumentFullscreen.idl ('k') | core/dom/Element.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698