Bug 30289

Summary: Enable SHARED_WORKERS for Chromium
Product: WebKit Reporter: Andrew Wilson <atwilson>
Component: WebCore JavaScriptAssignee: Andrew Wilson <atwilson>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
proposed patch levin: review+, atwilson: commit-queue-

Description Andrew Wilson 2009-10-11 17:10:02 PDT
Need to turn on SHARED_WORKERS for Chromium, with the JS binding properly disabled.
Comment 1 Andrew Wilson 2009-10-12 10:19:38 PDT
Created attachment 41049 [details]
proposed patch
Comment 2 David Levin 2009-10-12 11:08:46 PDT
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*)
Comment 3 Andrew Wilson 2009-10-13 16:40:48 PDT
Landed as r49526.