Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / serviceworkers / InstallEvent.cpp
index c418574..e60217a 100644 (file)
@@ -54,15 +54,6 @@ void InstallEvent::replace()
     notImplemented();
 }
 
-ScriptPromise InstallEvent::reloadAll(ScriptState* scriptState)
-{
-    // FIXME: implement.
-    notImplemented();
-
-    // For now this just returns a promise which is already rejected.
-    return ScriptPromise::reject(scriptState, v8::Null(scriptState->isolate()));
-}
-
 const AtomicString& InstallEvent::interfaceName() const
 {
     return EventNames::InstallEvent;