Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1080)

Unified Diff: Source/core/html/canvas/Canvas2DContextAttributes.idl

Issue 1193473002: Cleanup dead code for 'storage' 2D context attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698