| Index: Source/core/html/canvas/WebGLSampler.idl
 | 
| diff --git a/Source/modules/presentation/AvailableChangeEventInit.idl b/Source/core/html/canvas/WebGLSampler.idl
 | 
| similarity index 52%
 | 
| copy from Source/modules/presentation/AvailableChangeEventInit.idl
 | 
| copy to Source/core/html/canvas/WebGLSampler.idl
 | 
| index 499c87e21588ced1a392b00082d9f28fc1f30611..565f3d6d97129db07ba3aa91d5be51dd8051608f 100644
 | 
| --- a/Source/modules/presentation/AvailableChangeEventInit.idl
 | 
| +++ b/Source/core/html/canvas/WebGLSampler.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 WebGLSampler {
 | 
|  };
 | 
| 
 |