Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h |
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h |
index fdd2d3fae3fce6e8ca5045b7362a641b6ecf4030..995f4f37332b3d32c92d493c0065d2ba665f5fbd 100644 |
--- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h |
+++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h |
@@ -63,6 +63,9 @@ public: |
String state() const; |
DEFINE_ATTRIBUTE_EVENT_LISTENER(statechange); |
+ // ScriptWrappable overrides. |
+ bool hasPendingActivity() const final; |
+ |
// WebServiceWorkerProxy overrides. |
void dispatchStateChangeEvent() override; |
@@ -74,9 +77,6 @@ private: |
static ServiceWorker* getOrCreate(ExecutionContext*, std::unique_ptr<WebServiceWorker::Handle>); |
ServiceWorker(ExecutionContext*, std::unique_ptr<WebServiceWorker::Handle>); |
- // ActiveScriptWrappable overrides. |
- bool hasPendingActivity() const final; |
- |
// ActiveDOMObject overrides. |
void stop() override; |