| Index: third_party/WebKit/Source/modules/webgl/EXTBlendMinMax.idl
|
| diff --git a/third_party/WebKit/Source/modules/webgl/EXTBlendMinMax.idl b/third_party/WebKit/Source/modules/webgl/EXTBlendMinMax.idl
|
| index d4ff383bdddbeb1bf0244f92f5449390a6eb155e..f48a0bf07bb67b9469e3d99d0d2e7dc2da0ea6c7 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/EXTBlendMinMax.idl
|
| +++ b/third_party/WebKit/Source/modules/webgl/EXTBlendMinMax.idl
|
| @@ -3,9 +3,9 @@
|
| // found in the LICENSE file.
|
|
|
| [
|
| + DependentLifetime,
|
| DoNotCheckConstants,
|
| NoInterfaceObject,
|
| - SetWrapperReferenceFrom=canvas,
|
| ] interface EXTBlendMinMax {
|
| const unsigned long MIN_EXT = 0x8007;
|
| const unsigned long MAX_EXT = 0x8008;
|
|
|