Index: Source/modules/serviceworkers/ServiceWorkerGlobalScope.h |
diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h |
index 1c6cb62eeeaa380d89a725802decb75baa876bcb..176a364ad19c8aa4749c48e476c201bad0c368a6 100644 |
--- a/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h |
+++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScope.h |
@@ -54,6 +54,7 @@ public: |
DEFINE_ATTRIBUTE_EVENT_LISTENER(install); |
DEFINE_ATTRIBUTE_EVENT_LISTENER(activate); |
DEFINE_ATTRIBUTE_EVENT_LISTENER(fetch); |
+ DEFINE_ATTRIBUTE_EVENT_LISTENER(sync); |
virtual void trace(Visitor*) OVERRIDE; |