Index: Source/modules/serviceworkers/ServiceWorkerContainer.h |
diff --git a/Source/modules/serviceworkers/ServiceWorkerContainer.h b/Source/modules/serviceworkers/ServiceWorkerContainer.h |
index 119586d8078d7b98d6ad3f355c03c7cf0efac990..69de937e4fa88f972ebf64c366eebc39cc166cdc 100644 |
--- a/Source/modules/serviceworkers/ServiceWorkerContainer.h |
+++ b/Source/modules/serviceworkers/ServiceWorkerContainer.h |
@@ -56,6 +56,7 @@ class ServiceWorkerContainer FINAL |
, public ScriptWrappable |
, public ContextLifecycleObserver |
, public WebServiceWorkerProviderClient { |
+ DEFINE_WRAPPERTYPEINFO(); |
public: |
static PassRefPtrWillBeRawPtr<ServiceWorkerContainer> create(ExecutionContext*); |
~ServiceWorkerContainer(); |