| Index: third_party/WebKit/Source/modules/notifications/Notification.cpp
|
| diff --git a/third_party/WebKit/Source/modules/notifications/Notification.cpp b/third_party/WebKit/Source/modules/notifications/Notification.cpp
|
| index 2e66d2587b5be148f3f820e48b3c7dc8d723dc4d..b22dbe35e0c097b5e488e2907c847854f46bf788 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/Notification.cpp
|
| +++ b/third_party/WebKit/Source/modules/notifications/Notification.cpp
|
| @@ -358,7 +358,7 @@ size_t Notification::maxActions()
|
| return notificationManager()->maxActions();
|
| }
|
|
|
| -DispatchEventResult Notification::dispatchEventInternal(PassRefPtrWillBeRawPtr<Event> event)
|
| +DispatchEventResult Notification::dispatchEventInternal(RawPtr<Event> event)
|
| {
|
| ASSERT(getExecutionContext()->isContextThread());
|
| return EventTarget::dispatchEventInternal(event);
|
|
|