isDestroy => isDestroyed
This commit is contained in:
parent
e859228db1
commit
5e70868fd0
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ ObjectTemplateBuilder& ObjectTemplateBuilder::SetPropertyImpl(
|
|||
|
||||
ObjectTemplateBuilder& ObjectTemplateBuilder::MakeDestroyable() {
|
||||
SetMethod("destroy", base::Bind(internal::Destroyable::Destroy));
|
||||
SetMethod("isDestroy", base::Bind(internal::Destroyable::IsDestroyed));
|
||||
SetMethod("isDestroyed", base::Bind(internal::Destroyable::IsDestroyed));
|
||||
return *this;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue