Index: sky/engine/core/html/canvas/Canvas2DContextAttributes.idl |
diff --git a/sky/engine/core/html/canvas/Canvas2DContextAttributes.idl b/sky/engine/core/html/canvas/Canvas2DContextAttributes.idl |
index 4a2d91aa58ef7c71ff81907edae25ecdc21a235b..401f7fe4d24659da71e8a174c5e8a9fe8f9db18f 100644 |
--- a/sky/engine/core/html/canvas/Canvas2DContextAttributes.idl |
+++ b/sky/engine/core/html/canvas/Canvas2DContextAttributes.idl |
@@ -27,5 +27,5 @@ |
[ |
NoInterfaceObject, |
] interface Canvas2DContextAttributes { |
- [RuntimeEnabled=ExperimentalCanvasFeatures] attribute DOMString storage; |
+ attribute DOMString storage; |
}; |