Index: native_client_sdk/src/examples/file_io/index.html |
diff --git a/native_client_sdk/src/examples/file_io/index.html b/native_client_sdk/src/examples/file_io/index.html |
index db3eaedc4529ad89e68b9a192772ae43ea4be9c8..4f4f003606e2a18e1af26a8f3cc3d383f6c32b4b 100644 |
--- a/native_client_sdk/src/examples/file_io/index.html |
+++ b/native_client_sdk/src/examples/file_io/index.html |
@@ -89,7 +89,7 @@ |
function(bytes) { |
common.updateStatus( |
'Allocated '+bytes+' bytes of persistant storage.'); |
- common.createNaClModule('<NAME>', '<tc>', 200, 200); |
+ common.createNaClModule('<NAME>', '<tc>', '<config>', 200, 200); |
common.attachDefaultListeners(); |
}, |
function(e) { alert('Failed to allocate space') }); |