| Index: Source/modules/performance/WorkerPerformance.h
|
| diff --git a/Source/modules/performance/WorkerPerformance.h b/Source/modules/performance/WorkerPerformance.h
|
| index afdcc372f938708c5ddaf4d25554c73befaa060e..dfcf9ea10468e44ed2e89a2d8aa1877591d1b30c 100644
|
| --- a/Source/modules/performance/WorkerPerformance.h
|
| +++ b/Source/modules/performance/WorkerPerformance.h
|
| @@ -41,6 +41,7 @@
|
| namespace WebCore {
|
|
|
| class ExecutionContext;
|
| +class MemoryInfo;
|
|
|
| class WorkerPerformance : public RefCountedWillBeGarbageCollectedFinalized<WorkerPerformance>, public ScriptWrappable {
|
| public:
|
| @@ -48,6 +49,7 @@ public:
|
| ~WorkerPerformance();
|
|
|
| double now(ExecutionContext*) const;
|
| + PassRefPtrWillBeRawPtr<MemoryInfo> memory() const;
|
|
|
| void trace(Visitor*) { }
|
|
|
|
|