summaryrefslogtreecommitdiff
path: root/Source/WebCore/notifications/NotificationCenter.idl
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/notifications/NotificationCenter.idl')
-rw-r--r--Source/WebCore/notifications/NotificationCenter.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/WebCore/notifications/NotificationCenter.idl b/Source/WebCore/notifications/NotificationCenter.idl
index ed6d07929..8be1ecc76 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);
int checkPermission();
[Custom] void requestPermission(in VoidCallback callback);