Bug 1528728 [wpt PR 15407] - Update interfaces/storage.idl, a=testonly

Automatic update from web-platform-tests
Update interfaces/storage.idl (#15407)

Source: https://github.com/tidoust/reffy-reports/blob/42ed719/whatwg/idl/storage.idl
Build: https://travis-ci.org/tidoust/reffy-reports/builds/493621065
--

wpt-commits: 68d8ead0883487193d4032a51992e1feeb744456
wpt-pr: 15407
This commit is contained in:
autofoolip 2019-03-05 12:16:03 +00:00 committed by James Graham
parent e01f0271fe
commit 0979a33ba6

View File

@ -5,7 +5,7 @@
[SecureContext]
interface mixin NavigatorStorage {
readonly attribute StorageManager storage;
[SameObject] readonly attribute StorageManager storage;
};
Navigator includes NavigatorStorage;
WorkerNavigator includes NavigatorStorage;