Need to turn on SHARED_WORKERS for Chromium, with the JS binding properly disabled.
Created attachment 41049 [details] proposed patch
Comment on attachment 41049 [details] proposed patch > diff --git a/WebCore/bindings/v8/WorkerContextExecutionProxy.cpp b/WebCore/bindings/v8/WorkerContextExecutionProxy.cpp > #include "V8Index.h" > #include "V8Proxy.h" > #include "V8WorkerContextEventListener.h" > +#include "SharedWorker.h" > +#include "SharedWorkerContext.h" Nit: sort (Shared* before V8*)
Landed as r49526.