Changeset 33316

Show
Ignore:
Timestamp:
05/12/08 23:03:00 (6 months ago)
Author:
mrowe@apple.com
Message:

2008-04-30 Geoffrey Garen <ggaren@apple.com>

Fixed tyop.

  • kjs/ExecState.h:
Location:
branches/squirrelfish/JavaScriptCore
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/squirrelfish/JavaScriptCore/ChangeLog

    r33315 r33316  
     12008-04-30  Geoffrey Garen  <ggaren@apple.com> 
     2 
     3        Fixed tyop. 
     4 
     5        * kjs/ExecState.h: 
     6 
    172008-04-30  Geoffrey Garen  <ggaren@apple.com> 
    28 
  • branches/squirrelfish/JavaScriptCore/kjs/ExecState.h

    r33314 r33316  
    6969        JSGlobalObject* dynamicGlobalObject() const { return m_globalObject; } 
    7070         
    71         // Global object in which the current script was defined. (Can be differ 
     71        // Global object in which the current script was defined. (Can differ 
    7272        // from dynamicGlobalObject() during function calls across frames.) 
    7373        JSGlobalObject* ExecState::lexicalGlobalObject() const