| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.cpp
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.cpp b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.cpp
|
| index 2c549bb465d29f5e64f527cec4c292b4de9522fa..bc932eb23ca892cdf02bbc2e79fdef522e8e6e22 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.cpp
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.cpp
|
| @@ -159,4 +159,9 @@ ServiceWorker::~ServiceWorker()
|
| {
|
| }
|
|
|
| +DEFINE_TRACE(ServiceWorker)
|
| +{
|
| + AbstractWorker::trace(visitor);
|
| +}
|
| +
|
| } // namespace blink
|
|
|