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

Unified Diff: tests/html/fileapi_test.dart

Issue 11642035: Renaming Window to WindowBase and LocalWindow to Window. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
« sdk/lib/html/scripts/htmlrenamer.py ('K') | « 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 2b3b2a39cce49b61727297b0747ca1ad30fb3e85..f7155b615824eb1d92f5dd3c962daccc825302b2 100644
--- a/tests/html/fileapi_test.dart
+++ b/tests/html/fileapi_test.dart
@@ -14,7 +14,7 @@ FileSystem fs;
main() {
useHtmlConfiguration();
test('getFileSystem', () {
- window.webkitRequestFileSystem(LocalWindow.TEMPORARY, 100, expectAsync1(
+ window.webkitRequestFileSystem(Window.TEMPORARY, 100, expectAsync1(
(FileSystem fileSystem) {
fs = fileSystem;
}),
« sdk/lib/html/scripts/htmlrenamer.py ('K') | « tests/html/cross_frame_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698