OSDN Git Service

Add missing WORKERS guards to V8 bindings
authorSteve Block <steveblock@google.com>
Wed, 17 Mar 2010 15:02:30 +0000 (15:02 +0000)
committerSteve Block <steveblock@google.com>
Wed, 17 Mar 2010 15:40:07 +0000 (15:40 +0000)
commit0a1c44c4c4b15d34cfec09cc303479df2743584b
tree909dd393ae341f1d421a485032190d8abb31f927
parentc5e067fc0c6f7b1a0e1ed53743857cac5ff48a81
Add missing WORKERS guards to V8 bindings

The motivation for this change is to allow us to disable workers on Android,
because V8 on Android does not have the required locking.

This change will not be upstreamed because the code has been refactored in
tip-of-tree WebKit.

See http://trac.webkit.org/changeset/55096

Change-Id: I23ce1e5aecc2897da240b5229585b8e6617d8ebf
WebCore/bindings/v8/V8DOMWrapper.cpp