Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(841)

Unified Diff: Source/modules/serviceworkers/InstallEvent.h

Issue 588383002: Service Workers: InstallPhaseEvent -> ExtendableEvent (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/serviceworkers/ExtendableEvent.idl ('k') | Source/modules/serviceworkers/InstallEvent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/serviceworkers/InstallEvent.h
diff --git a/Source/modules/serviceworkers/InstallEvent.h b/Source/modules/serviceworkers/InstallEvent.h
index 0573596ca0ed181661efaf9df5ee3a3700281be0..cb8ba828002949aceb3ec67f028d017ffdd3bba6 100644
--- a/Source/modules/serviceworkers/InstallEvent.h
+++ b/Source/modules/serviceworkers/InstallEvent.h
@@ -32,14 +32,14 @@
#define InstallEvent_h
#include "bindings/core/v8/ScriptPromise.h"
-#include "modules/serviceworkers/InstallPhaseEvent.h"
+#include "modules/serviceworkers/ExtendableEvent.h"
#include "wtf/Forward.h"
namespace blink {
class ExecutionContext;
-class InstallEvent FINAL : public InstallPhaseEvent {
+class InstallEvent FINAL : public ExtendableEvent {
DEFINE_WRAPPERTYPEINFO();
public:
static PassRefPtrWillBeRawPtr<InstallEvent> create();
« no previous file with comments | « Source/modules/serviceworkers/ExtendableEvent.idl ('k') | Source/modules/serviceworkers/InstallEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698