| Index: Source/modules/performance/WorkerPerformance.h
|
| diff --git a/Source/modules/performance/WorkerPerformance.h b/Source/modules/performance/WorkerPerformance.h
|
| index 539b0e4e4ba7ef17e44a9af7b722f78097ad3389..7828f72696710eb1b74de7c552cfb05b24a89472 100644
|
| --- a/Source/modules/performance/WorkerPerformance.h
|
| +++ b/Source/modules/performance/WorkerPerformance.h
|
| @@ -39,6 +39,7 @@
|
| namespace WebCore {
|
|
|
| class ExecutionContext;
|
| +class MemoryInfo;
|
|
|
| class WorkerPerformance : public RefCounted<WorkerPerformance>, public ContextLifecycleObserver {
|
| public:
|
| @@ -46,6 +47,7 @@ public:
|
| ~WorkerPerformance();
|
|
|
| double now() const;
|
| + PassRefPtr<MemoryInfo> memory() const;
|
|
|
| private:
|
| explicit WorkerPerformance(ExecutionContext*);
|
|
|