| Index: Source/core/html/canvas/OESStandardDerivatives.idl
|
| diff --git a/Source/core/html/canvas/OESStandardDerivatives.idl b/Source/core/html/canvas/OESStandardDerivatives.idl
|
| index 222f6ecd5687332022e412426acf1549a97e61c7..a517c7bf8ae77dd05ce7af2b3a59971e264ed8e9 100644
|
| --- a/Source/core/html/canvas/OESStandardDerivatives.idl
|
| +++ b/Source/core/html/canvas/OESStandardDerivatives.idl
|
| @@ -25,7 +25,8 @@
|
|
|
| [
|
| NoInterfaceObject,
|
| - DoNotCheckConstants
|
| + DoNotCheckConstants,
|
| + WillBeGarbageCollected,
|
| ] interface OESStandardDerivatives {
|
| const unsigned long FRAGMENT_SHADER_DERIVATIVE_HINT_OES = 0x8B8B;
|
| };
|
|
|