| Index: Source/modules/notifications/Notification.h
|
| diff --git a/Source/modules/notifications/Notification.h b/Source/modules/notifications/Notification.h
|
| index 74846fb0727952cce97f79713677b83bf66d3469..b368a530649cab61f2ed289dc06c6ab5568f508a 100644
|
| --- a/Source/modules/notifications/Notification.h
|
| +++ b/Source/modules/notifications/Notification.h
|
| @@ -43,8 +43,8 @@
|
|
|
| namespace blink {
|
|
|
| -class Dictionary;
|
| class ExecutionContext;
|
| +class NotificationOptions;
|
| class NotificationPermissionCallback;
|
|
|
| class Notification : public RefCountedGarbageCollectedWillBeGarbageCollectedFinalized<Notification>, public ActiveDOMObject, public EventTargetWithInlineData {
|
| @@ -52,7 +52,7 @@ class Notification : public RefCountedGarbageCollectedWillBeGarbageCollectedFina
|
| DEFINE_WRAPPERTYPEINFO();
|
| WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(Notification);
|
| public:
|
| - static Notification* create(ExecutionContext*, const String& title, const Dictionary& options);
|
| + static Notification* create(ExecutionContext*, const String& title, const NotificationOptions&);
|
|
|
| virtual ~Notification();
|
|
|
|
|