Ticket #4335: fix-trusty.patch

File fix-trusty.patch, 465 bytes (added by Itms, 7 years ago)
  • source/scriptinterface/ScriptInterface.cpp

     
    7676{
    7777
    7878JSClass global_class = {
    79     "global", JSCLASS_GLOBAL_FLAGS,
     79    "global", JSCLASS_GLOBAL_FLAGS | JSCLASS_IMPLEMENTS_BARRIERS,
    8080    nullptr, nullptr,
    8181    nullptr, nullptr,
    8282    nullptr, nullptr, nullptr,