Changeset 27133 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Oct 26, 2007, 4:33:03 PM (18 years ago)
Author:
ggaren
Message:

Suggested by Anders Carlsson.


Fixed tyop.

  • kjs/function.cpp: (KJS::ActivationImp::getOwnPropertySlot):
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r27132 r27133  
     12007-10-26  Geoffrey Garen  <[email protected]>
     2
     3        Suggested by Anders Carlsson.
     4       
     5        Fixed tyop.
     6
     7        * kjs/function.cpp:
     8        (KJS::ActivationImp::getOwnPropertySlot):
     9
    1102007-10-26  Geoffrey Garen  <[email protected]>
    211
  • trunk/JavaScriptCore/kjs/function.cpp

    r27128 r27133  
    416416{
    417417    // We don't call through to JSObject because there's no way to give an
    418     // acitvation object getter/setter properties, and __proto__ is a
     418    // activation object getter/setter properties, and __proto__ is a
    419419    // non-standard extension that other implementations do not expose in the
    420420    // activation object.
Note: See TracChangeset for help on using the changeset viewer.