Commit f4826905 authored by jvoung@chromium.org's avatar jvoung@chromium.org

[NaClSDK] Docs: Fix another manifest "typo" w/ portable dict.

Similar to 283576 (was probably copy-pasted).

BUG=none

NOTRY=true

Review URL: https://codereview.chromium.org/403073003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284442 0039d316-1c4b-4281-b951-d872f2087c98
parent f98f5f27
......@@ -233,13 +233,15 @@ that copy in your application&#8217;s manifest file:</p>
<pre class="prettyprint">
{
&quot;program&quot;: {
&quot;pnacl-translate&quot;: {
&quot;url&quot;: &quot;release_version.pexe&quot;,
&quot;optlevel&quot;: 2
},
&quot;pnacl-debug&quot;: {
&quot;url&quot;: &quot;debug_version.bc&quot;,
&quot;optlevel&quot;: 0
&quot;portable&quot;: {
&quot;pnacl-translate&quot;: {
&quot;url&quot;: &quot;release_version.pexe&quot;,
&quot;optlevel&quot;: 2
},
&quot;pnacl-debug&quot;: {
&quot;url&quot;: &quot;debug_version.bc&quot;,
&quot;optlevel&quot;: 0
}
}
}
}
......
......@@ -245,13 +245,15 @@ that copy in your application's manifest file:
{
"program": {
"pnacl-translate": {
"url": "release_version.pexe",
"optlevel": 2
},
"pnacl-debug": {
"url": "debug_version.bc",
"optlevel": 0
"portable": {
"pnacl-translate": {
"url": "release_version.pexe",
"optlevel": 2
},
"pnacl-debug": {
"url": "debug_version.bc",
"optlevel": 0
}
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment