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

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

Issue 10381128: Roll IDL to multivm@516 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 7 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/notifications/WorkerContextNotifications.idl
diff --git a/third_party/WebCore/notifications/WorkerContextNotifications.idl b/third_party/WebCore/notifications/WorkerContextNotifications.idl
index 024260a5ae10a9fe5d028ff68fbd2ed9daf78f23..3c93bc2b3fcb4f1f36847f08078f9afe338d109a 100644
--- a/third_party/WebCore/notifications/WorkerContextNotifications.idl
+++ b/third_party/WebCore/notifications/WorkerContextNotifications.idl
@@ -30,7 +30,9 @@ module threads {
Conditional=NOTIFICATIONS|LEGACY_NOTIFICATIONS,
Supplemental=WorkerContext
] WorkerContextNotifications {
+#if defined(ENABLE_LEGACY_NOTIFICATIONS) && ENABLE_LEGACY_NOTIFICATIONS
readonly attribute [V8EnabledAtRuntime] NotificationCenter webkitNotifications;
+#endif
};
}
« no previous file with comments | « third_party/WebCore/notifications/NotificationPermissionCallback.idl ('k') | third_party/WebCore/page/DOMWindow.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698