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

Unified Diff: tests/html/notifications_test.dart

Issue 12663017: Reapply the expanded names with the correct form of requestFileSystem on the (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 9 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/mutationobserver_test.dart ('k') | tools/dom/scripts/htmldartgenerator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/html/notifications_test.dart
diff --git a/tests/html/notifications_test.dart b/tests/html/notifications_test.dart
index dbb34eb3530f402b90a1eff33c114fc50b395fda..8e3ae43638689c7c08ce504c9135a0807f55bacf 100644
--- a/tests/html/notifications_test.dart
+++ b/tests/html/notifications_test.dart
@@ -33,8 +33,7 @@ main() {
// Sporadically flaky on Mac Chrome. Uncomment when Issue 8482 is fixed.
test('construct notification', () {
var note = new Notification('this is a notification');
- var note2 = new Notification('another notificiation',
- {'option1': 'foo'});
+ var note2 = new Notification('another notificiation', titleDir: 'foo');
});
*/
}
« no previous file with comments | « tests/html/mutationobserver_test.dart ('k') | tools/dom/scripts/htmldartgenerator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698