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

Unified Diff: client/html/src/XMLHttpRequest.dart

Issue 9016026: Moves over remaining .dart code references to 'factory' in interface declartions to 'default' (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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/html/src/WheelEvent.dart ('k') | client/html/src/XMLHttpRequestProgressEvent.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/src/XMLHttpRequest.dart
diff --git a/client/html/src/XMLHttpRequest.dart b/client/html/src/XMLHttpRequest.dart
index 4e5b302516c7fdb3d4b9015f7441095f811eb8bb..519e0f4690d7bdae2b16ad8e3f40f8fa87c4f494 100644
--- a/client/html/src/XMLHttpRequest.dart
+++ b/client/html/src/XMLHttpRequest.dart
@@ -11,7 +11,7 @@ interface XMLHttpRequestEvents extends Events {
EventListenerList get readyStateChange();
}
-interface XMLHttpRequest extends EventTarget factory XMLHttpRequestWrappingImplementation {
+interface XMLHttpRequest extends EventTarget default XMLHttpRequestWrappingImplementation {
static final int DONE = 4;
static final int HEADERS_RECEIVED = 2;
« no previous file with comments | « client/html/src/WheelEvent.dart ('k') | client/html/src/XMLHttpRequestProgressEvent.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698