| Index: Source/modules/performance/WorkerPerformance.h
|
| diff --git a/Source/modules/performance/WorkerPerformance.h b/Source/modules/performance/WorkerPerformance.h
|
| index b51870b044f09f24137254a1a6faffe27ed24017..e098a6738ae30f76978d63d70fd122dda3ae8603 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 {
|
| DECLARE_GC_INFO;
|
| @@ -49,6 +50,7 @@ public:
|
| ~WorkerPerformance();
|
|
|
| double now(ExecutionContext*) const;
|
| + PassRefPtr<MemoryInfo> memory(ExecutionContext*) const;
|
|
|
| void trace(Visitor*) { }
|
|
|
|
|