diff --git a/lib/V8/v8-globals.h b/lib/V8/v8-globals.h index 1f90506589..65e3e1df10 100644 --- a/lib/V8/v8-globals.h +++ b/lib/V8/v8-globals.h @@ -110,6 +110,9 @@ static const uint32_t V8DataSlot = 0; #define TRI_V8_CURRENT_GLOBALS_AND_SCOPE \ TRI_v8_global_t* v8g = static_cast(isolate->GetData(V8DataSlot)); \ v8::HandleScope scope(isolate); \ + do { \ + \ + } \ while (0) ////////////////////////////////////////////////////////////////////////////////