| Index: sky/framework/inspector/indexeddb-agent.sky
|
| diff --git a/sky/framework/inspector/indexeddb-agent.sky b/sky/framework/inspector/indexeddb-agent.sky
|
| index 670ba14219d8c04dcb1dc5afaed2fa138f8cb759..9063860f2f8b168cec188b54452f38b7e3b668e1 100644
|
| --- a/sky/framework/inspector/indexeddb-agent.sky
|
| +++ b/sky/framework/inspector/indexeddb-agent.sky
|
| @@ -7,5 +7,5 @@ IndexedDB.prototype.requestDatabaseNames = function() {
|
| return { "databaseNames": [] };
|
| };
|
|
|
| -this.exports = IndexedDB;
|
| +module.exports = IndexedDB;
|
| </script>
|
|
|