Chromium Code Reviews| 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; |