Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / extensions / renderer / module_system_unittest.cc
index 10391b4..23ad254 100644 (file)
@@ -36,7 +36,7 @@ class TestExceptionHandler : public ModuleSystem::ExceptionHandler {
  public:
   TestExceptionHandler() : handled_exception_(false) {}
 
-  virtual void HandleUncaughtException(const v8::TryCatch& try_catch) OVERRIDE {
+  void HandleUncaughtException(const v8::TryCatch& try_catch) override {
     handled_exception_ = true;
   }