| Index: Source/web/InspectorEmulationAgent.h
|
| diff --git a/Source/web/InspectorEmulationAgent.h b/Source/web/InspectorEmulationAgent.h
|
| index 9b8f4831783623fbb4cec9e0d735d9a9aa1592e6..2bceaf4abc3b3af5cccd7e7f341e116f06ce2aee 100644
|
| --- a/Source/web/InspectorEmulationAgent.h
|
| +++ b/Source/web/InspectorEmulationAgent.h
|
| @@ -32,6 +32,7 @@ public:
|
| // InspectorBaseAgent overrides.
|
| void disable(ErrorString*) override;
|
| void restore() override;
|
| + void discardAgent() override;
|
| void didCommitLoadForLocalFrame(LocalFrame*) override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|