Chromium Code Reviews| Index: Source/modules/webgl/WebGLUniformLocation.idl |
| diff --git a/Source/modules/webgl/WebGLUniformLocation.idl b/Source/modules/webgl/WebGLUniformLocation.idl |
| index bac3601a85dde63e1b1ac2e3a007a6aef2eb3d2d..dd6a43e7bc9987ee6b681fd7ff9a7bccc5dbed25 100644 |
| --- a/Source/modules/webgl/WebGLUniformLocation.idl |
| +++ b/Source/modules/webgl/WebGLUniformLocation.idl |
| @@ -25,6 +25,6 @@ |
| */ |
| [ |
| - WillBeGarbageCollected, |
| + GarbageCollected, |
| ] interface WebGLUniformLocation { |
| }; |