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

Unified Diff: page/DOMWindow.idl

Issue 155477: Dom Storage (webkit side) (Closed) Base URL: http://svn.webkit.org/repository/webkit/trunk/WebCore/
Patch Set: Created 11 years, 5 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
Index: page/DOMWindow.idl
===================================================================
--- page/DOMWindow.idl (revision 45738)
+++ page/DOMWindow.idl (working copy)
@@ -160,8 +160,8 @@
raises(DOMException);
#endif
#if defined(ENABLE_DOM_STORAGE) && ENABLE_DOM_STORAGE
- readonly attribute Storage sessionStorage;
- readonly attribute Storage localStorage;
+ readonly attribute [V8Custom] Storage sessionStorage;
+ readonly attribute [V8Custom] Storage localStorage;
michaeln 2009/07/14 19:02:05 Unfortunate we need V8Custom here so the .idl is d
jorlow 2009/07/14 19:12:50 If you look, we do this a lot. The binding is pre
#endif
attribute [Replaceable] Console console;

Powered by Google App Engine
This is Rietveld 408576698