Chromium Code Reviews| Index: Source/modules/notifications/Notification.h |
| diff --git a/Source/modules/notifications/Notification.h b/Source/modules/notifications/Notification.h |
| index 74846fb0727952cce97f79713677b83bf66d3469..048775153b4cda7367c2329598db413053ebd877 100644 |
| --- a/Source/modules/notifications/Notification.h |
| +++ b/Source/modules/notifications/Notification.h |
| @@ -43,7 +43,7 @@ |
| namespace blink { |
| -class Dictionary; |
| +class NotificationOptions; |
|
Peter Beverloo
2014/09/10 14:30:34
Alphabetical order please.
bashi
2014/09/10 15:02:01
Done.
|
| class ExecutionContext; |
| class NotificationPermissionCallback; |
| @@ -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(); |