Chromium Code Reviews| Index: ports/emacs-x/Xsdl.js | 
| diff --git a/ports/emacs-x/Xsdl.js b/ports/emacs-x/Xsdl.js | 
| index 73e3ee9b10dad3473e1a623b6fd7e107a77b85cb..41103ca16dcc82b59f886fe0bac8d0e246e4748a 100644 | 
| --- a/ports/emacs-x/Xsdl.js | 
| +++ b/ports/emacs-x/Xsdl.js | 
| @@ -4,6 +4,10 @@ | 
| * found in the LICENSE file. | 
| */ | 
| +/* globals NaClTerm, NaClProcessManager */ | 
| + | 
| +'use strict'; | 
| + | 
| NaClTerm.nmf = 'Xsdl.nmf'; | 
| NaClTerm.argv = [ | 
| '-screen', '1024x768x32', '-ac', '-br', '-noreset', ':42' |