| Index: modules/webgl/WebGLTimerQueryEXT.idl
|
| diff --git a/modules/webgl/WebGLSync.idl b/modules/webgl/WebGLTimerQueryEXT.idl
|
| similarity index 65%
|
| copy from modules/webgl/WebGLSync.idl
|
| copy to modules/webgl/WebGLTimerQueryEXT.idl
|
| index a401e20aa857447b84d5b6878d452cafca642fe5..d6223da3fb6ee43358b2f87c79a576c7b4b6d91f 100644
|
| --- a/modules/webgl/WebGLSync.idl
|
| +++ b/modules/webgl/WebGLTimerQueryEXT.idl
|
| @@ -3,7 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| [
|
| - RuntimeEnabled=UnsafeES3APIs,
|
| - WillBeGarbageCollected
|
| -] interface WebGLSync {
|
| -};
|
| + NoInterfaceObject,
|
| + GarbageCollected,
|
| +] interface WebGLTimerQueryEXT {
|
| +};
|
|
|