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

Unified Diff: tests/html/fileapi_test.dart

Issue 11047021: New cross frame base types (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Regen dart:html Created 8 years, 2 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 | « tests/html/cross_frame_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/fileapi_test.dart
diff --git a/tests/html/fileapi_test.dart b/tests/html/fileapi_test.dart
index 2eeeee02b87cfcc7e6d1113ab2b15b282742a356..82aad86d6c7074747492cd90cf1fb3430beef33e 100644
--- a/tests/html/fileapi_test.dart
+++ b/tests/html/fileapi_test.dart
@@ -14,7 +14,7 @@ DOMFileSystem fs;
main() {
useHtmlConfiguration();
test('getFileSystem', () {
- window.webkitRequestFileSystem(Window.TEMPORARY, 100, expectAsync1(
+ window.webkitRequestFileSystem(LocalWindow.TEMPORARY, 100, expectAsync1(
(DOMFileSystem fileSystem) {
fs = fileSystem;
}),
« no previous file with comments | « tests/html/cross_frame_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698