| Index: native_client_sdk/src/examples/common.js
|
| diff --git a/native_client_sdk/src/examples/common.js b/native_client_sdk/src/examples/common.js
|
| index efa140c5bc8946b2a21a8130175ffb53973fdf45..f6c6393ffb54612db9f31e25cebb8e6977636fa6 100644
|
| --- a/native_client_sdk/src/examples/common.js
|
| +++ b/native_client_sdk/src/examples/common.js
|
| @@ -36,7 +36,7 @@ var common = (function() {
|
| mimetype = 'application/x-ppapi-release';
|
| else
|
| mimetype = 'application/x-ppapi-debug';
|
| - } else if (tool == 'pnacl') {
|
| + } else if (tool == 'pnacl' && isRelease) {
|
| mimetype = 'application/x-pnacl';
|
| }
|
| return mimetype;
|
|
|