| Index: Source/modules/serviceworkers/InstallPhaseEvent.h
|
| diff --git a/Source/modules/serviceworkers/InstallPhaseEvent.h b/Source/modules/serviceworkers/InstallPhaseEvent.h
|
| index 5b269ad082ee008dbba491121589076a799daa11..8cc1e74f92fa9202bbbffac8dd6380659a6bdda3 100644
|
| --- a/Source/modules/serviceworkers/InstallPhaseEvent.h
|
| +++ b/Source/modules/serviceworkers/InstallPhaseEvent.h
|
| @@ -40,7 +40,7 @@ class WaitUntilObserver;
|
|
|
| class InstallPhaseEvent : public Event {
|
| public:
|
| - static PassRefPtr<InstallPhaseEvent> create();
|
| + static PassRefPtrWillBeRawPtr<InstallPhaseEvent> create();
|
|
|
| virtual ~InstallPhaseEvent();
|
|
|
|
|