| Index: Source/modules/performance/WorkerPerformance.cpp
|
| diff --git a/Source/modules/performance/WorkerPerformance.cpp b/Source/modules/performance/WorkerPerformance.cpp
|
| index fe20882c6aa3540c37ea9e45c804140f5711bbac..6010610195b6070c497a0cd72edbcffda5dec516 100644
|
| --- a/Source/modules/performance/WorkerPerformance.cpp
|
| +++ b/Source/modules/performance/WorkerPerformance.cpp
|
| @@ -37,6 +37,8 @@
|
|
|
| namespace WebCore {
|
|
|
| +DEFINE_GC_INFO(WorkerPerformance);
|
| +
|
| WorkerPerformance::WorkerPerformance()
|
| {
|
| ScriptWrappable::init(this);
|
|
|