| Index: Source/modules/serviceworkers/WaitUntilObserver.h
|
| diff --git a/Source/modules/serviceworkers/WaitUntilObserver.h b/Source/modules/serviceworkers/WaitUntilObserver.h
|
| index fc7614818eb1a00c412965907b508866fb546236..6e5b977028d2401c093d24a1e74623aa58785e06 100644
|
| --- a/Source/modules/serviceworkers/WaitUntilObserver.h
|
| +++ b/Source/modules/serviceworkers/WaitUntilObserver.h
|
| @@ -17,6 +17,7 @@ class ScriptState;
|
| class ScriptValue;
|
|
|
| // Created for each InstallPhaseEvent instance.
|
| +// FIXME: Oilpan: Move WaitUntilObserver to Oilpan's heap.
|
| class WaitUntilObserver FINAL
|
| : public ContextLifecycleObserver
|
| , public RefCounted<WaitUntilObserver> {
|
|
|