diff --git a/lib/remote/eventqueue.cpp b/lib/remote/eventqueue.cpp index f4ede0426..178f095cc 100644 --- a/lib/remote/eventqueue.cpp +++ b/lib/remote/eventqueue.cpp @@ -263,7 +263,7 @@ void EventsFilter::Push(Dictionary::Ptr event) { for (auto& perFilter : m_Inboxes) { if (perFilter.first) { - ScriptFrame frame(true); + ScriptFrame frame(true, new Namespace()); frame.Sandboxed = true; try {