| 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);
|
|
|
|
|