| Index: third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureETC1.idl
|
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureETC1.idl b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureETC1.idl
|
| index df533b220544612219b0f21376c403bda5d1ebee..e17965dad373e5fb978124ae450fd024f2888b9f 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureETC1.idl
|
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLCompressedTextureETC1.idl
|
| @@ -3,9 +3,9 @@
|
| // found in the LICENSE file.
|
|
|
| [
|
| + DependentLifetime,
|
| NoInterfaceObject,
|
| DoNotCheckConstants,
|
| - SetWrapperReferenceFrom=canvas,
|
| ] interface WebGLCompressedTextureETC1 {
|
| /* Compressed Texture Formats */
|
| const unsigned long COMPRESSED_RGB_ETC1_WEBGL = 0x8D64;
|
|
|