Index: chrome/browser/resources/whispernet_proxy/js/nacl.js |
diff --git a/chrome/browser/resources/whispernet_proxy/js/nacl.js b/chrome/browser/resources/whispernet_proxy/js/nacl.js |
index da8e48ca72620e725ccfd43e9848d6109e82ab67..06f566c01ab9e5a905f62306ce69ee0df56c34d0 100644 |
--- a/chrome/browser/resources/whispernet_proxy/js/nacl.js |
+++ b/chrome/browser/resources/whispernet_proxy/js/nacl.js |
@@ -20,7 +20,7 @@ |
/** |
* Method to send generic byte data to the whispernet wrapper. |
- * @param {Object} data Raw data to send to the whispernet wrapper. |
+ * @param {string} data Raw data to send to the whispernet wrapper. |
*/ |
NaclBridge.prototype.send = function(data) { |
if (this.isEnabled_) { |