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

Unified Diff: client/html/src/ErrorEvent.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/Element.dart ('k') | client/html/src/Event.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/html/src/ErrorEvent.dart
diff --git a/client/html/src/ErrorEvent.dart b/client/html/src/ErrorEvent.dart
index 6425797469dfea8c5b907b1bd6a842fdc64f90ea..2e1a8d198a9697567d08053836ef5e8293302a89 100644
--- a/client/html/src/ErrorEvent.dart
+++ b/client/html/src/ErrorEvent.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.
-interface ErrorEvent extends Event factory ErrorEventWrappingImplementation {
+interface ErrorEvent extends Event default ErrorEventWrappingImplementation {
ErrorEvent(String type, String message, String filename, int lineNo,
[bool canBubble, bool cancelable]);
« no previous file with comments | « client/html/src/Element.dart ('k') | client/html/src/Event.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698