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

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

Issue 10211003: Roll IDL to multivm@439 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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
« no previous file with comments | « third_party/WebCore/html/ImageData.idl ('k') | third_party/WebCore/notifications/Notification.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebCore/notifications/DOMWindowNotifications.idl
diff --git a/third_party/WebCore/notifications/DOMWindowNotifications.idl b/third_party/WebCore/notifications/DOMWindowNotifications.idl
index 057b666b6e3d747e597440c4f3ebc9f167be33f9..1df1b11f96440fe01c269a575929f7bd0da95cc6 100644
--- a/third_party/WebCore/notifications/DOMWindowNotifications.idl
+++ b/third_party/WebCore/notifications/DOMWindowNotifications.idl
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2006, 2007, 2008, 2009 Apple Inc. All rights reserved.
+ * Copyright (C) 2006, 2007, 2008, 2009, 2012 Apple Inc. All rights reserved.
* Copyright (C) 2011 Google Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -31,6 +31,9 @@ module window {
Supplemental=DOMWindow
] DOMWindowNotifications {
readonly attribute [V8EnabledAtRuntime] NotificationCenter webkitNotifications;
+#if defined(ENABLE_NOTIFICATIONS) && ENABLE_NOTIFICATIONS
+ attribute NotificationConstructor Notification;
+#endif
};
}
« no previous file with comments | « third_party/WebCore/html/ImageData.idl ('k') | third_party/WebCore/notifications/Notification.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698