Index: native_client_sdk/src/examples/hello_world_gles/index.html |
diff --git a/native_client_sdk/src/examples/hello_world_gles/index.html b/native_client_sdk/src/examples/hello_world_gles/index.html |
index 451affb4eef6e2bee270c80bdb976f91c5903246..435ab50380305183ec5232c3ad79b2d3d1b0a2b5 100644 |
--- a/native_client_sdk/src/examples/hello_world_gles/index.html |
+++ b/native_client_sdk/src/examples/hello_world_gles/index.html |
@@ -11,7 +11,7 @@ found in the LICENSE file. |
<title><TITLE></title> |
<script type="text/javascript" src="common.js"></script> |
</head> |
-<body onload="common.onload('<NAME>', '<tc>', 640, 480)"> |
+<body onload="common.onload('<NAME>', '<tc>', '<config>', 640, 480)"> |
<h1><TITLE></h1> |
<h2>Status: <code id="statusField">NO-STATUS</code></h2> |
<!-- The NaCl plugin will be embedded inside the element with id "listener". |