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

Unified Diff: samples/third_party/dromaeo/Suites.dart

Issue 10484004: Fix bug in Dromaeo to use the proper generated html file. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Support postMessage in dart2js for dart:html Created 8 years, 7 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 | « lib/html/src/frog_DOMImplementation.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/third_party/dromaeo/Suites.dart
diff --git a/samples/third_party/dromaeo/Suites.dart b/samples/third_party/dromaeo/Suites.dart
index bebf611d1d0827a09d8788aa89020477ec6c9bc3..68f309d913dd2e9cab893c930fa15edf2420895d 100644
--- a/samples/third_party/dromaeo/Suites.dart
+++ b/samples/third_party/dromaeo/Suites.dart
@@ -79,7 +79,7 @@ class Suites {
((path) => path.replaceFirst('.html', '-$lib.html'));
static _compiledMapper(lib, compiler) =>
((path) =>
- '$compiler/${path.replaceFirst(".html", "-dom-js.html")}');
+ '$compiler/${path.replaceFirst(".html", "-$lib-js.html")}');
static var _SUITE_DESCRIPTIONS;
« no previous file with comments | « lib/html/src/frog_DOMImplementation.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698