| Index: third_party/WebCore/notifications/Notification.idl
|
| diff --git a/third_party/WebCore/notifications/Notification.idl b/third_party/WebCore/notifications/Notification.idl
|
| index 1fb6746d4473cdcf993fad468183692513380c22..079f13eca31836b1e42b3945247f14d9873bdfab 100644
|
| --- a/third_party/WebCore/notifications/Notification.idl
|
| +++ b/third_party/WebCore/notifications/Notification.idl
|
| @@ -1,6 +1,6 @@
|
| /*
|
| * Copyright (C) 2009 Google Inc. All rights reserved.
|
| - * Copyright (C) 2011 Apple Inc. All rights reserved.
|
| + * Copyright (C) 2011, 2012 Apple Inc. All rights reserved.
|
| *
|
| * Redistribution and use in source and binary forms, with or without
|
| * modification, are permitted provided that the following conditions are
|
| @@ -35,7 +35,12 @@ module threads {
|
| Conditional=NOTIFICATIONS|LEGACY_NOTIFICATIONS,
|
| ActiveDOMObject,
|
| EventTarget,
|
| +#if defined(ENABLE_NOTIFICATIONS) && ENABLE_NOTIFICATIONS
|
| + Constructor(in DOMString title, in [Optional=DefaultIsUndefined] Dictionary options),
|
| + CallWith=ScriptExecutionContext,
|
| +#else
|
| OmitConstructor
|
| +#endif
|
| ] Notification {
|
| void show();
|
| #if defined(ENABLE_LEGACY_NOTIFICATIONS) && ENABLE_LEGACY_NOTIFICATIONS
|
|
|