Chromium Code Reviews| Index: Source/core/html/canvas/Canvas2DContextAttributes.idl |
| diff --git a/Source/core/html/canvas/Canvas2DContextAttributes.idl b/Source/core/html/canvas/Canvas2DContextAttributes.idl |
| index 72e01914f14899da4b509bdc30245ffff30c49cd..f6017b3c86fd2c2306b2d6aa6ae1d1124626f4fc 100644 |
| --- a/Source/core/html/canvas/Canvas2DContextAttributes.idl |
| +++ b/Source/core/html/canvas/Canvas2DContextAttributes.idl |
| @@ -28,4 +28,5 @@ |
| NoInterfaceObject |
| ] interface Canvas2DContextAttributes { |
| attribute boolean alpha; |
| + [RuntimeEnabled=ExperimentalCanvasFeatures] attribute DOMString storage; |
| }; |