X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fextensions%2Frenderer%2Fmodule_system_unittest.cc;h=23ad2547b52c8a253c8021fc266ffa929505661c;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=10391b444d634102f0567c01b9959d6a946fdae1;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/extensions/renderer/module_system_unittest.cc b/src/extensions/renderer/module_system_unittest.cc index 10391b4..23ad254 100644 --- a/src/extensions/renderer/module_system_unittest.cc +++ b/src/extensions/renderer/module_system_unittest.cc @@ -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; }