Apply fixed v8 apis 23/40123/1 accepted/tizen/mobile/20150530.065439 accepted/tizen/tv/20150530.070029 submit/tizen_common/20150604.888888 submit/tizen_mobile/20150529.085504 submit/tizen_mobile/20150529.142011 submit/tizen_tv/20150529.085455 submit/tizen_tv/20150529.142001
authorWonYoung Choi <wy80.choi@samsung.com>
Fri, 29 May 2015 09:00:30 +0000 (18:00 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Fri, 29 May 2015 09:00:30 +0000 (18:00 +0900)
Change-Id: I90277ecfc647d0dacdf7bc54f9b7ac7d2fe3dc84

src/bundle/module_system.cc

index b5f39d4..2b1bbc6 100755 (executable)
@@ -269,7 +269,7 @@ bool ModuleSystem::DeleteAccessorForEntryPoint(
     return false;
   }
 
-  value.As<v8::Object>()->ForceDelete(
+  value.As<v8::Object>()->Delete(
       v8::String::NewFromUtf8(context->GetIsolate(), basename.c_str()));
   return true;
 }