| Index: native_client_sdk/src/examples/demo/nacl_io_demo/example.js
|
| diff --git a/native_client_sdk/src/examples/demo/nacl_io_demo/example.js b/native_client_sdk/src/examples/demo/nacl_io_demo/example.js
|
| index 128bcd037013552b9f62742984e069d5f908498e..7cb83c15b65a1563f16b4c0f8f2b5cca811224ed 100644
|
| --- a/native_client_sdk/src/examples/demo/nacl_io_demo/example.js
|
| +++ b/native_client_sdk/src/examples/demo/nacl_io_demo/example.js
|
| @@ -12,7 +12,7 @@ function $(id) {
|
|
|
| // Called by the common.js module.
|
| function domContentLoaded(name, tc, config, width, height) {
|
| - navigator.webkitPersistentStorage.requestQuota(1024 * 1024,
|
| + navigator.webkitPersistentStorage.requestQuota(5 * 1024 * 1024,
|
| function(bytes) {
|
| common.updateStatus(
|
| 'Allocated ' + bytes + ' bytes of persistant storage.');
|
|
|