| Index: Source/core/html/canvas/Canvas2DContextAttributes.idl
|
| diff --git a/Source/core/html/canvas/Canvas2DContextAttributes.idl b/Source/core/html/canvas/Canvas2DContextAttributes.idl
|
| index 4de5f9bd5e9a4fafd0bc9c2451c0f4ca2b791544..41f8b80390826730d49295677cfd6a00c55c6286 100644
|
| --- a/Source/core/html/canvas/Canvas2DContextAttributes.idl
|
| +++ b/Source/core/html/canvas/Canvas2DContextAttributes.idl
|
| @@ -26,7 +26,4 @@
|
|
|
| dictionary Canvas2DContextAttributes {
|
| boolean alpha = true;
|
| - // Note: the bindings generator ignores the RuntimeEnabled
|
| - // extended attribute for dictionary members.
|
| - [RuntimeEnabled=ExperimentalCanvasFeatures] DOMString storage;
|
| };
|
|
|