1
0
Fork 0

potential fix for _hasActiveExternals

This commit is contained in:
Jan Steemann 2015-12-21 10:42:12 +01:00
parent e3d33f9d16
commit eb7ed34519
1 changed files with 1 additions and 1 deletions

View File

@ -698,8 +698,8 @@ void ApplicationV8::collectGarbage () {
TRI_ASSERT(v8::Locker::IsLocked(isolate));
TRI_GET_GLOBALS();
hasActiveExternals = v8g->hasActiveExternals();
TRI_RunGarbageCollectionV8(isolate, 1.0);
hasActiveExternals = v8g->hasActiveExternals();
localContext->Exit();
}