Chromium Code Reviews| Index: core/html/canvas/WebGLTexture.idl |
| diff --git a/core/html/canvas/WebGLTexture.idl b/core/html/canvas/WebGLTexture.idl |
| index caed3ac8557b12a4e58abb36c43101e2bac727ad..7a1583cc07d499f8e9c10b716912dc5ff53f4269 100644 |
| --- a/core/html/canvas/WebGLTexture.idl |
| +++ b/core/html/canvas/WebGLTexture.idl |
| @@ -23,5 +23,7 @@ |
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| */ |
| -interface WebGLTexture { |
| +[ |
| + WillBeGarbageCollected, |
| +] interface WebGLTexture { |
| }; |