Index: native_client_sdk/src/examples/load_progress/index.html |
diff --git a/native_client_sdk/src/examples/load_progress/index.html b/native_client_sdk/src/examples/load_progress/index.html |
index 009eb19e85a37ede04ce755b672497f86e411b84..fc4811f21b0da2a896b1a4dabecef29fa2763c46 100644 |
--- a/native_client_sdk/src/examples/load_progress/index.html |
+++ b/native_client_sdk/src/examples/load_progress/index.html |
@@ -97,7 +97,7 @@ found in the LICENSE file. |
} |
</script> |
</head> |
-<body onload="common.createNaClModule('<NAME>', '<tc>', 200, 200)"> |
+<body onload="common.createNaClModule('<NAME>', '<tc>', '<config>',200, 200)"> |
<h1><TITLE></h1> |
<h2>Status: <code id="statusField">NO-STATUS</code></h2> |
<h2>Event Log</h2> |