[webkit-reviews] review granted: [Bug 30289] Enable SHARED_WORKERS for Chromium : [Attachment 41049] proposed patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 12 11:08:45 PDT 2009


David Levin <levin at chromium.org> has granted Andrew Wilson
<atwilson at chromium.org>'s request for review:
Bug 30289: Enable SHARED_WORKERS for Chromium
https://bugs.webkit.org/show_bug.cgi?id=30289

Attachment 41049: proposed patch
https://bugs.webkit.org/attachment.cgi?id=41049&action=review

------- Additional Comments from David Levin <levin at chromium.org>

> 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*)


More information about the webkit-reviews mailing list