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

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

Issue 10837033: Roll IDL to multivm@733 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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/NotificationCenter.idl
diff --git a/third_party/WebCore/Modules/notifications/NotificationCenter.idl b/third_party/WebCore/Modules/notifications/NotificationCenter.idl
index da99ba9ff3c406532d9d7371b6be689c5d8af1fd..60651da4cd91d54f65f00e5dda5fd0130282ad7b 100644
--- a/third_party/WebCore/Modules/notifications/NotificationCenter.idl
+++ b/third_party/WebCore/Modules/notifications/NotificationCenter.idl
@@ -37,7 +37,7 @@ module threads {
OmitConstructor
] NotificationCenter {
#if !defined(ENABLE_TEXT_NOTIFICATIONS_ONLY) || !ENABLE_TEXT_NOTIFICATIONS_ONLY
- [V8Custom] Notification createHTMLNotification(in DOMString url) raises(DOMException);
+ [V8Custom, V8EnabledPerContext=htmlNotifications] Notification createHTMLNotification(in DOMString url) raises(DOMException);
#endif
[V8Custom] Notification createNotification(in DOMString iconUrl, in DOMString title, in DOMString body) raises(DOMException);

Powered by Google App Engine
This is Rietveld 408576698