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

Unified Diff: client/dom/templates/dom/interface/interface_DOMParser.darttemplate

Issue 9310103: Add a constructor for DOMParser. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add tests and a template for DOMParser. Created 8 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
Index: client/dom/templates/dom/interface/interface_DOMParser.darttemplate
diff --git a/client/dom/generated/src/interface/DOMParser.dart b/client/dom/templates/dom/interface/interface_DOMParser.darttemplate
similarity index 74%
copy from client/dom/generated/src/interface/DOMParser.dart
copy to client/dom/templates/dom/interface/interface_DOMParser.darttemplate
index 6ac7e4286f60202b640eefef2dc261a949b7699d..0e371ecaa39e76bdbde23bcbbc45556ae5a464ec 100644
--- a/client/dom/generated/src/interface/DOMParser.dart
+++ b/client/dom/templates/dom/interface/interface_DOMParser.darttemplate
@@ -4,7 +4,7 @@
// WARNING: Do not edit - generated code.
-interface DOMParser {
+interface DOMParser$!EXTENDS default _DOMParserFactoryProvider {
- Document parseFromString(String str, String contentType);
-}
+ DOMParser();
+$!MEMBERS}
« no previous file with comments | « client/dom/src/native_FactoryProvidersImplementation.dart ('k') | client/dom/templates/dom/wrapping/wrapping_dom.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698