Skip to content

Commit 397ef13

Browse files
foolipannevk
authored andcommitted
Use [SameObject] for navigator.storage IDL
1 parent fcb7cbb commit 397ef13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ user agent should alert the user and offer a way to clear <a>persistent buckets<
209209
<pre class=idl>
210210
[SecureContext]
211211
interface mixin NavigatorStorage {
212-
readonly attribute StorageManager storage;
212+
[SameObject] readonly attribute StorageManager storage;
213213
};
214214
Navigator includes NavigatorStorage;
215215
WorkerNavigator includes NavigatorStorage;

0 commit comments

Comments
 (0)