| Index: Source/core/inspector/InspectorAgent.h
|
| diff --git a/Source/core/inspector/InspectorAgent.h b/Source/core/inspector/InspectorAgent.h
|
| index fbff46a2fd1b3977b1cdd7010a99bb7425edfd0f..5965c4293d6d4f7ec67f89035849d6a25b3cfe7c 100644
|
| --- a/Source/core/inspector/InspectorAgent.h
|
| +++ b/Source/core/inspector/InspectorAgent.h
|
| @@ -59,9 +59,9 @@ public:
|
| virtual ~InspectorAgent();
|
|
|
| // Inspector front-end API.
|
| - void enable(ErrorString*);
|
| - void disable(ErrorString*);
|
| - void reset(ErrorString*);
|
| + virtual void enable(ErrorString*) OVERRIDE;
|
| + virtual void disable(ErrorString*) OVERRIDE;
|
| + virtual void reset(ErrorString*) OVERRIDE;
|
|
|
| virtual void setFrontend(InspectorFrontend*) OVERRIDE;
|
| virtual void clearFrontend() OVERRIDE;
|
|
|