| Index: Source/core/html/canvas/WebGLVertexArrayObject.idl
|
| diff --git a/Source/core/html/canvas/WebGLTransformFeedback.idl b/Source/core/html/canvas/WebGLVertexArrayObject.idl
|
| similarity index 85%
|
| copy from Source/core/html/canvas/WebGLTransformFeedback.idl
|
| copy to Source/core/html/canvas/WebGLVertexArrayObject.idl
|
| index bdf26ab0386228f77d357d56fc524f4cf6770ef2..bb7ad2507cd2dcbefa8b3d68cff68418254ff4a2 100644
|
| --- a/Source/core/html/canvas/WebGLTransformFeedback.idl
|
| +++ b/Source/core/html/canvas/WebGLVertexArrayObject.idl
|
| @@ -5,5 +5,5 @@
|
| [
|
| RuntimeEnabled=UnsafeES3APIs,
|
| WillBeGarbageCollected
|
| -] interface WebGLTransformFeedback {
|
| -};
|
| +] interface WebGLVertexArrayObject {
|
| +};
|
|
|