| Index: Source/core/inspector/InspectorBaseAgent.h
|
| diff --git a/Source/core/inspector/InspectorBaseAgent.h b/Source/core/inspector/InspectorBaseAgent.h
|
| index 0369e097887a59abe6841d59b114e5348516d78e..e189c7dd52e474733e7e19c49b5c556c1b690922 100644
|
| --- a/Source/core/inspector/InspectorBaseAgent.h
|
| +++ b/Source/core/inspector/InspectorBaseAgent.h
|
| @@ -83,7 +83,7 @@ class InspectorBaseAgent : public InspectorBaseAgentInterface {
|
| public:
|
| virtual ~InspectorBaseAgent() { }
|
|
|
| - virtual void registerInDispatcher(InspectorBackendDispatcher* dispatcher)
|
| + virtual void registerInDispatcher(InspectorBackendDispatcher* dispatcher) OVERRIDE FINAL
|
| {
|
| dispatcher->registerAgent(static_cast<T*>(this));
|
| }
|
|
|