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

Unified Diff: client/dom/src/dummy_FactoryProviders.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
« no previous file with comments | « client/dom/scripts/systeminterface.py ('k') | client/dom/src/frog_FactoryProviders.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/src/dummy_FactoryProviders.dart
diff --git a/client/dom/src/dummy_FactoryProviders.dart b/client/dom/src/dummy_FactoryProviders.dart
index a00cd180f59bdf7d2564498eb7c92dd7bde7daa3..2a8a0cb98e45e1eb2a064c5f2a78be7186391697 100644
--- a/client/dom/src/dummy_FactoryProviders.dart
+++ b/client/dom/src/dummy_FactoryProviders.dart
@@ -12,16 +12,6 @@ class _AudioContextFactoryProvider {
factory AudioContext() => _dummy();
}
-class _DOMParserFactoryProvider {
-
- factory DOMParser() => _dummy();
-}
-
-class _FileReaderFactoryProvider {
-
- factory FileReader() => _dummy();
-}
-
class _TypedArrayFactoryProvider {
factory Float32Array(int length) => _dummy();
@@ -61,11 +51,6 @@ class _TypedArrayFactoryProvider {
factory Uint8ClampedArray.fromBuffer(ArrayBuffer buffer) => _dummy();
}
-class _WebKitCSSMatrixFactoryProvider {
-
- factory WebKitCSSMatrix([String spec = '']) => _dummy();
-}
-
class _WebKitPointFactoryProvider {
factory WebKitPoint(num x, num y) => _dummy();
@@ -75,13 +60,3 @@ class _WebSocketFactoryProvider {
factory WebSocket(String url) => _dummy();
}
-
-class _XMLHttpRequestFactoryProvider {
-
- factory XMLHttpRequest() => _dummy();
-}
-
-class _XSLTProcessorFactoryProvider {
-
- factory XSLTProcessor() => _dummy();
-}
« no previous file with comments | « client/dom/scripts/systeminterface.py ('k') | client/dom/src/frog_FactoryProviders.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698