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

Unified Diff: client/dom/benchmarks/dromaeo/Dromaeo.dart

Issue 8637013: Remove support for attribute event listeners. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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 | « no previous file | client/dom/benchmarks/dromaeo/tests/dom-attr.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/benchmarks/dromaeo/Dromaeo.dart
diff --git a/client/dom/benchmarks/dromaeo/Dromaeo.dart b/client/dom/benchmarks/dromaeo/Dromaeo.dart
index 7149218cd683c50d13ff68263cf2a76bfc0b43a7..286568ce88e3e3aaed8cbf76c4021cdb869d8524 100644
--- a/client/dom/benchmarks/dromaeo/Dromaeo.dart
+++ b/client/dom/benchmarks/dromaeo/Dromaeo.dart
@@ -3,9 +3,7 @@
#import('Suites.dart');
main() {
- window.onload = (Event evt) {
- new Dromaeo().run();
- };
+ new Dromaeo().run();
}
class SuiteController {
« no previous file with comments | « no previous file | client/dom/benchmarks/dromaeo/tests/dom-attr.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698