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

Unified Diff: third_party/WebCore/Modules/notifications/DOMWindowNotifications.idl

Issue 10983049: Roll IDL to multivm@910 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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
Index: third_party/WebCore/Modules/notifications/DOMWindowNotifications.idl
diff --git a/third_party/WebCore/Modules/notifications/DOMWindowNotifications.idl b/third_party/WebCore/Modules/notifications/DOMWindowNotifications.idl
index ea8a129c57a1dc6865b1558c9e3c74653d9df296..987beb0a070fef29e41d4435c7a8afb4164d5230 100644
--- a/third_party/WebCore/Modules/notifications/DOMWindowNotifications.idl
+++ b/third_party/WebCore/Modules/notifications/DOMWindowNotifications.idl
@@ -31,7 +31,7 @@ module window {
Supplemental=DOMWindow
] DOMWindowNotifications {
#if defined(ENABLE_LEGACY_NOTIFICATIONS) && ENABLE_LEGACY_NOTIFICATIONS
- readonly attribute [V8EnabledAtRuntime] NotificationCenter webkitNotifications;
+ readonly attribute [V8EnabledAtRuntime, V8MeasureAs=LegacyNotifications] NotificationCenter webkitNotifications;
#endif
#if defined(ENABLE_NOTIFICATIONS) && ENABLE_NOTIFICATIONS
attribute NotificationConstructor Notification;

Powered by Google App Engine
This is Rietveld 408576698