Chromium Code Reviews| Index: ports/ruby-ppapi/ruby.js | 
| diff --git a/ports/ruby-ppapi/ruby.js b/ports/ruby-ppapi/ruby.js | 
| index ed57cf679da3038d5f12e91332ff30c3060d329c..f10ddc5e73472e878712839bfe04c6c4b358173f 100644 | 
| --- a/ports/ruby-ppapi/ruby.js | 
| +++ b/ports/ruby-ppapi/ruby.js | 
| @@ -4,10 +4,10 @@ | 
| * found in the LICENSE file. | 
| */ | 
| -NaClTerm.nmf = 'ruby.nmf' | 
| +NaClTerm.nmf = 'ruby.nmf'; | 
| /* | 
| * Pass /bin/irb as argv[1] by default so we get an interactive | 
| * shell | 
| */ | 
| -NaClTerm.argv = ['/bin/irb'] | 
| +NaClTerm.argv = ['/bin/irb']; |