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

Unified Diff: sdk/lib/html/dart2js/html_dart2js.dart

Side-by-side diff isn't available for this file because of its large size.
Issue 12439002: Update idl files after Chrome roll. (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:
Download patch
Index: sdk/lib/html/dart2js/html_dart2js.dart
diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
index 56a83e4184c015293f5427ff846a091017c28b55..9ad2ec5fc7b05ea7b7419cc33829dca575ee0687 100644
--- a/sdk/lib/html/dart2js/html_dart2js.dart
+++ b/sdk/lib/html/dart2js/html_dart2js.dart
@@ -17861,7 +17861,7 @@ class Notification extends EventTarget native "*Notification" {
@DomName('Notification.requestPermission')
@DocsEditable
- static void requestPermission(NotificationPermissionCallback callback) native;
+ static void requestPermission([NotificationPermissionCallback callback]) native;
@DomName('Notification.show')
@DocsEditable
« no previous file with comments | « no previous file | sdk/lib/html/dartium/html_dartium.dart » ('j') | third_party/WebCore/Modules/notifications/Notification.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698