| Index: Source/core/inspector/InspectorPageAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorPageAgent.cpp b/Source/core/inspector/InspectorPageAgent.cpp
|
| index 447c039c3d43698c72e491708043a515a12f723f..dd8a10438667cbc6c51f0f0c9f7e299de599321e 100644
|
| --- a/Source/core/inspector/InspectorPageAgent.cpp
|
| +++ b/Source/core/inspector/InspectorPageAgent.cpp
|
| @@ -117,7 +117,7 @@ class InspectorPageAgent::GetResourceContentLoadListener final : public VoidCall
|
| public:
|
| GetResourceContentLoadListener(InspectorPageAgent*, const String& frameId, const String& url, PassRefPtrWillBeRawPtr<GetResourceContentCallback>);
|
| DECLARE_VIRTUAL_TRACE();
|
| - virtual void handleEvent() override;
|
| + void handleEvent() override;
|
| private:
|
| RawPtrWillBeMember<InspectorPageAgent> m_pageAgent;
|
| String m_frameId;
|
|
|