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

Unified Diff: core/storage/StorageEvent.idl

Issue 155973006: Roll IDL to 1750 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 10 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 | « core/storage/Storage.idl ('k') | core/svg/SVGAltGlyphElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/storage/StorageEvent.idl
diff --git a/core/storage/StorageEvent.idl b/core/storage/StorageEvent.idl
index f7b4e8b18e83f10e4482fc08ada065826f0ac9a4..effe79fa213768848e0a72d67c0ecf416ee12e89 100644
--- a/core/storage/StorageEvent.idl
+++ b/core/storage/StorageEvent.idl
@@ -24,13 +24,13 @@
*/
[
- ConstructorTemplate=Event
+ EventConstructor,
] interface StorageEvent : Event {
[InitializedByEventConstructor] readonly attribute DOMString key;
[InitializedByEventConstructor, TreatReturnedNullStringAs=Null] readonly attribute DOMString oldValue;
[InitializedByEventConstructor, TreatReturnedNullStringAs=Null] readonly attribute DOMString newValue;
[InitializedByEventConstructor] readonly attribute DOMString url;
- [InitializedByEventConstructor] readonly attribute Storage storageArea;
+ [InitializedByEventConstructor] readonly attribute Storage? storageArea;
void initStorageEvent([Default=Undefined] optional DOMString typeArg,
[Default=Undefined] optional boolean canBubbleArg,
« no previous file with comments | « core/storage/Storage.idl ('k') | core/svg/SVGAltGlyphElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698