| Index: Source/core/inspector/InspectorDebuggerAgent.h
|
| diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h
|
| index 703743015c38ea01db671d3137446c31115725cd..5ec822b94c6f83090a17ebaa64f3420c91ae5f62 100644
|
| --- a/Source/core/inspector/InspectorDebuggerAgent.h
|
| +++ b/Source/core/inspector/InspectorDebuggerAgent.h
|
| @@ -94,7 +94,7 @@ public:
|
| void addMessageToConsole(ConsoleMessage*);
|
|
|
| // Part of the protocol.
|
| - void enable(ErrorString*) final;
|
| + void enable(ErrorString*) override;
|
| void setBreakpointsActive(ErrorString*, bool active) final;
|
| void setSkipAllPauses(ErrorString*, bool skipped) final;
|
|
|
|
|