Remove WrappableBase::GetWrapper() DCHECK
This commit is contained in:
parent
88fa343387
commit
e0b77db46f
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ WrappableBase::~WrappableBase() {
|
|||
}
|
||||
|
||||
v8::Local<v8::Object> WrappableBase::GetWrapper() {
|
||||
DCHECK(!wrapper_.IsEmpty());
|
||||
if (!wrapper_.IsEmpty())
|
||||
return v8::Local<v8::Object>::New(isolate_, wrapper_);
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue