Skip to content

Commit

Permalink
Correctly mark parameter type as non-nullable
Browse files Browse the repository at this point in the history
Closes #3289.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=240794183
  • Loading branch information
realityforge authored and tjgq committed Mar 28, 2019
1 parent 0797e0f commit 9661501
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion externs/browser/html5.js
Original file line number Diff line number Diff line change
Expand Up @@ -3056,7 +3056,7 @@ WebSocket.prototype.onclose;

/**
* Transmits data using the connection.
* @param {string|ArrayBuffer|ArrayBufferView|Blob} data
* @param {string|!ArrayBuffer|!ArrayBufferView|!Blob} data
* @return {void}
*/
WebSocket.prototype.send = function(data) {};
Expand Down
2 changes: 1 addition & 1 deletion src/com/google/javascript/jscomp/resources.json

Large diffs are not rendered by default.

0 comments on commit 9661501

Please sign in to comment.