Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1705)

Unified Diff: native_client_sdk/src/examples/file_io/index.html

Issue 10828187: [NaCl SDK] Support multiple configs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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') });
« no previous file with comments | « native_client_sdk/src/examples/file_histogram/index.html ('k') | native_client_sdk/src/examples/fullscreen_tumbler/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698