projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb651cc
)
Apply fixed v8 apis
author
WonYoung Choi
<wy80.choi@samsung.com>
Fri, 29 May 2015 09:00:30 +0000
(18:00 +0900)
committer
WonYoung Choi
<wy80.choi@samsung.com>
Fri, 29 May 2015 09:00:30 +0000
(18:00 +0900)
Change-Id: I90277ecfc647d0dacdf7bc54f9b7ac7d2fe3dc84
src/bundle/module_system.cc
patch
|
blob
|
history
diff --git
a/src/bundle/module_system.cc
b/src/bundle/module_system.cc
index b5f39d4dbd3b575b4852d53eca73b6c0d90fd036..2b1bbc65ba020590f69b07cebea87f1cfd27d8f2 100755
(executable)
--- a/
src/bundle/module_system.cc
+++ b/
src/bundle/module_system.cc
@@
-269,7
+269,7
@@
bool ModuleSystem::DeleteAccessorForEntryPoint(
return false;
}
- value.As<v8::Object>()->
Force
Delete(
+ value.As<v8::Object>()->Delete(
v8::String::NewFromUtf8(context->GetIsolate(), basename.c_str()));
return true;
}