Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / extensions / renderer / runtime_custom_bindings.h
index 70f4d03..17e96bb 100644 (file)
@@ -16,7 +16,7 @@ class RuntimeCustomBindings : public ObjectBackedNativeHandler {
  public:
   explicit RuntimeCustomBindings(ScriptContext* context);
 
-  virtual ~RuntimeCustomBindings();
+  ~RuntimeCustomBindings() override;
 
   // Creates a new messaging channel to the given extension.
   void OpenChannelToExtension(const v8::FunctionCallbackInfo<v8::Value>& args);