Index: Source/modules/serviceworkers/ServiceWorker.h |
diff --git a/Source/modules/serviceworkers/ServiceWorker.h b/Source/modules/serviceworkers/ServiceWorker.h |
index 615a7260943aff7bf4d15dea750c4872c739adda..f7bcaecc7dab2cb785bec6322d57a52c5f502132 100644 |
--- a/Source/modules/serviceworkers/ServiceWorker.h |
+++ b/Source/modules/serviceworkers/ServiceWorker.h |
@@ -65,6 +65,7 @@ public: |
String scriptURL() const; |
String state() const; |
+ String id() const; |
DEFINE_ATTRIBUTE_EVENT_LISTENER(statechange); |
// WebServiceWorkerProxy overrides. |