| Index: third_party/WebKit/Source/core/testing/WorkerInternals.h
|
| diff --git a/third_party/WebKit/Source/core/testing/WorkerInternals.h b/third_party/WebKit/Source/core/testing/WorkerInternals.h
|
| index e2f3f088cfcf7ef79cfe0470e2d3130ee5fa677c..2e81e3318e33008c73cdb6fb25d9bfd129847540 100644
|
| --- a/third_party/WebKit/Source/core/testing/WorkerInternals.h
|
| +++ b/third_party/WebKit/Source/core/testing/WorkerInternals.h
|
| @@ -25,6 +25,8 @@ class WorkerInternals final : public GarbageCollectedFinalized<WorkerInternals>,
|
| void countFeature(ScriptState*, uint32_t feature);
|
| void countDeprecation(ScriptState*, uint32_t feature);
|
|
|
| + void collectGarbage(ScriptState*);
|
| +
|
| DEFINE_INLINE_TRACE() {}
|
|
|
| private:
|
|
|