| Index: Source/core/html/canvas/WebGLQuery.idl
|
| diff --git a/Source/modules/presentation/AvailableChangeEventInit.idl b/Source/core/html/canvas/WebGLQuery.idl
|
| similarity index 52%
|
| copy from Source/modules/presentation/AvailableChangeEventInit.idl
|
| copy to Source/core/html/canvas/WebGLQuery.idl
|
| index 499c87e21588ced1a392b00082d9f28fc1f30611..257b9115bde6e8b727c468bc87a9f7746ffdbb2b 100644
|
| --- a/Source/modules/presentation/AvailableChangeEventInit.idl
|
| +++ b/Source/core/html/canvas/WebGLQuery.idl
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// https://w3c.github.io/presentation-api/#availablechangeevent
|
| -
|
| -dictionary AvailableChangeEventInit : EventInit {
|
| - boolean available = false;
|
| +[
|
| + RuntimeEnabled=UnsafeES3APIs,
|
| + WillBeGarbageCollected
|
| +] interface WebGLQuery {
|
| };
|
|
|