| Index: chrome/browser/resources/about_nacl.js
|
| diff --git a/chrome/browser/resources/about_nacl.js b/chrome/browser/resources/about_nacl.js
|
| index f0265e8820d85420308c75fd9a657f31fc7ea940..09519e16142f2fcf4a085d58ba171aa0ed3adf19 100644
|
| --- a/chrome/browser/resources/about_nacl.js
|
| +++ b/chrome/browser/resources/about_nacl.js
|
| @@ -16,7 +16,7 @@ var nacl = nacl || {};
|
| var input = new JsEvalContext(moduleListData);
|
| var output = $('naclInfoTemplate');
|
| jstProcess(input, output);
|
| - };
|
| + }
|
|
|
| /**
|
| * Asks the C++ NaClUIDOMHandler to get details about the NaCl and return
|
| @@ -24,7 +24,7 @@ var nacl = nacl || {};
|
| */
|
| function requestNaClInfo() {
|
| chrome.send('requestNaClInfo');
|
| - };
|
| + }
|
|
|
| /**
|
| * Called by the WebUI to re-populate the page with data representing the
|
|
|