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

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

Issue 216603003: Fix InstallPhaseEvent so that instances can be passed to script. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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 | « no previous file | Source/modules/serviceworkers/InstallPhaseEvent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « no previous file | Source/modules/serviceworkers/InstallPhaseEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698