| Index: Source/modules/serviceworkers/InstallPhaseEvent.h
|
| diff --git a/Source/modules/serviceworkers/InstallPhaseEvent.h b/Source/modules/serviceworkers/InstallPhaseEvent.h
|
| index 8cc1e74f92fa9202bbbffac8dd6380659a6bdda3..1088ef368e8b16ae654b3366b7fde3c06d984674 100644
|
| --- a/Source/modules/serviceworkers/InstallPhaseEvent.h
|
| +++ b/Source/modules/serviceworkers/InstallPhaseEvent.h
|
| @@ -46,6 +46,7 @@ public:
|
|
|
| void waitUntil(const ScriptValue&);
|
|
|
| + virtual const AtomicString& interfaceName() const OVERRIDE;
|
| virtual void trace(Visitor*) OVERRIDE;
|
|
|
| protected:
|
|
|