X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fcore%2Finspector%2FInspectorBaseAgent.h;h=04075963dc57664c0a8aa2324b0343d0af5acd46;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=5fa720ef5571691e40a905e68e70216fab77f79b;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h b/src/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h index 5fa720e..0407596 100644 --- a/src/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h +++ b/src/third_party/WebKit/Source/core/inspector/InspectorBaseAgent.h @@ -71,7 +71,7 @@ private: String m_name; }; -class InspectorAgentRegistry FINAL { +class InspectorAgentRegistry final { DISALLOW_ALLOCATION(); public: InspectorAgentRegistry(InstrumentingAgents*, InspectorCompositeState*); @@ -98,7 +98,7 @@ class InspectorBaseAgent : public InspectorAgent { public: virtual ~InspectorBaseAgent() { } - virtual void registerInDispatcher(InspectorBackendDispatcher* dispatcher) OVERRIDE FINAL + virtual void registerInDispatcher(InspectorBackendDispatcher* dispatcher) override final { dispatcher->registerAgent(static_cast(this)); }