summaryrefslogtreecommitdiffstats
path: root/WebCore/storage/StorageEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/storage/StorageEvent.idl')
-rw-r--r--WebCore/storage/StorageEvent.idl3
1 files changed, 1 insertions, 2 deletions
diff --git a/WebCore/storage/StorageEvent.idl b/WebCore/storage/StorageEvent.idl
index 7c87561..3e77eda 100644
--- a/WebCore/storage/StorageEvent.idl
+++ b/WebCore/storage/StorageEvent.idl
@@ -26,10 +26,9 @@
module storage {
interface [
- GenerateConstructor,
Conditional=DOM_STORAGE
] StorageEvent : Event {
- readonly attribute DOMString key;
+ readonly attribute [ConvertNullStringTo=Null] DOMString key;
readonly attribute [ConvertNullStringTo=Null] DOMString oldValue;
readonly attribute [ConvertNullStringTo=Null] DOMString newValue;
readonly attribute DOMString uri;