Index: Source/modules/background_sync/ServiceWorkerGlobalScopeSync.h |
diff --git a/Source/modules/background_sync/ServiceWorkerGlobalScopeSync.h b/Source/modules/background_sync/ServiceWorkerGlobalScopeSync.h |
index d5dc7374f9a554925e9f7cb61f0dd331e473546b..42f4b3a39eadfb370dc5f206202b232f2f640ffc 100644 |
--- a/Source/modules/background_sync/ServiceWorkerGlobalScopeSync.h |
+++ b/Source/modules/background_sync/ServiceWorkerGlobalScopeSync.h |
@@ -12,6 +12,7 @@ namespace blink { |
class ServiceWorkerGlobalScopeSync { |
public: |
DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(sync); |
+ DEFINE_STATIC_ATTRIBUTE_EVENT_LISTENER(periodicsync); |
}; |
} // namespace blink |