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

Unified Diff: client/dom/generated/src/frog/_DOMParserFactoryProvider.dart

Issue 9428050: Automatically generate most constructors (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: add test 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/generated/src/frog/_DOMParserFactoryProvider.dart
diff --git a/client/dom/generated/src/interface/DOMURL.dart b/client/dom/generated/src/frog/_DOMParserFactoryProvider.dart
similarity index 68%
copy from client/dom/generated/src/interface/DOMURL.dart
copy to client/dom/generated/src/frog/_DOMParserFactoryProvider.dart
index 6744630cbc6a256ddc357ff222d2059d2ef38e02..36183f9baab8b9266b8445c09ca616ac431a731a 100644
--- a/client/dom/generated/src/interface/DOMURL.dart
+++ b/client/dom/generated/src/frog/_DOMParserFactoryProvider.dart
@@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-// WARNING: Do not edit - generated code.
-
-interface DOMURL {
+class _DOMParserFactoryProvider {
+ factory DOMParser() native
+ '''return new DOMParser();''';
}
« no previous file with comments | « client/dom/generated/src/dummy/RegularFactoryProviders.dart ('k') | client/dom/generated/src/frog/_DOMURLFactoryProvider.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698