| Index: ceee/ie/plugin/scripting/content_script_manager.cc
 | 
| ===================================================================
 | 
| --- ceee/ie/plugin/scripting/content_script_manager.cc	(revision 65104)
 | 
| +++ ceee/ie/plugin/scripting/content_script_manager.cc	(working copy)
 | 
| @@ -241,7 +241,7 @@
 | 
|  
 | 
|  HRESULT ContentScriptManager::LoadStartScripts(const GURL& match_url,
 | 
|                                                 IHTMLDocument2* document) {
 | 
| -  // Run the document end scripts.
 | 
| +  // Run the document start scripts.
 | 
|    return LoadScriptsImpl(match_url, document, UserScript::DOCUMENT_START);
 | 
|  }
 | 
|  
 | 
| 
 |