| Index: third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h b/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h
|
| index 212884f7195e85f99aae4402b7ff907ca8028ef7..298ae66602e276c50667362f3ed855bd88bd5d99 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorWebPerfAgent.h
|
| @@ -27,7 +27,7 @@ class CORE_EXPORT InspectorWebPerfAgent final
|
| friend class InspectorWebPerfAgentTest;
|
|
|
| public:
|
| - explicit InspectorWebPerfAgent(InspectedFrames*);
|
| + explicit InspectorWebPerfAgent(LocalFrame*);
|
| ~InspectorWebPerfAgent();
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| @@ -52,7 +52,7 @@ class CORE_EXPORT InspectorWebPerfAgent final
|
| const HeapHashSet<Member<Location>>& frameContextLocations,
|
| Frame* rootFrame);
|
|
|
| - Member<InspectedFrames> m_inspectedFrames;
|
| + Member<LocalFrame> m_localFrame;
|
| HeapHashSet<Member<Location>> m_frameContextLocations;
|
| };
|
|
|
|
|