| Index: core/dom/MessageChannel.idl
|
| diff --git a/core/dom/MessageChannel.idl b/core/dom/MessageChannel.idl
|
| index ca0e39fcec29e60940d28a51c2675be170c745d7..3d6272979483d7e951a1d125706ba9df917f3990 100644
|
| --- a/core/dom/MessageChannel.idl
|
| +++ b/core/dom/MessageChannel.idl
|
| @@ -20,12 +20,12 @@
|
| * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
|
| * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
| * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| + * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| *
|
| */
|
|
|
| [
|
| - GlobalContext=WindowAndWorker,
|
| + GlobalContext=Window&WorkerGlobalScope,
|
| Constructor,
|
| ConstructorCallWith=ScriptExecutionContext,
|
| CustomConstructor
|
|
|