Chromium Code Reviews| Index: Source/WebCore/notifications/NotificationCenter.idl |
| diff --git a/Source/WebCore/notifications/NotificationCenter.idl b/Source/WebCore/notifications/NotificationCenter.idl |
| index ed6d0792922b9b9753ded369ee498d8d6968b740..8be1ecc769fbc5a437b764e96a07e475170a3566 100644 |
| --- a/Source/WebCore/notifications/NotificationCenter.idl |
| +++ b/Source/WebCore/notifications/NotificationCenter.idl |
| @@ -37,9 +37,9 @@ module threads { |
| OmitConstructor |
| ] NotificationCenter { |
| #if !defined(ENABLE_TEXT_NOTIFICATIONS_ONLY) || !ENABLE_TEXT_NOTIFICATIONS_ONLY |
| - [V8Custom] Notification createHTMLNotification(in DOMString url) raises(Exception); |
| + [V8Custom] Notification createHTMLNotification(in DOMString url) raises(DOMException); |
| #endif |
| - [V8Custom] Notification createNotification(in DOMString iconUrl, in DOMString title, in DOMString body) raises(Exception); |
| + [V8Custom] Notification createNotification(in DOMString iconUrl, in DOMString title, in DOMString body) raises(DOMException); |
|
antonm
2012/02/13 19:20:04
are not we aiming for 0 changes to idls?
|
| int checkPermission(); |
| [Custom] void requestPermission(in VoidCallback callback); |