Show
Ignore:
Timestamp:
08/18/08 11:14:49 (5 months ago)
Author:
odole
Message:

merge with webkit revision 35814

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/JavaScriptCore/kjs/PropertySlot.cpp

    r404 r440  
    2828namespace KJS { 
    2929 
    30 JSValue* PropertySlot::undefinedGetter(ExecState*, const Identifier&, const PropertySlot&) 
    31 { 
    32     return jsUndefined(); 
    33 } 
    34  
    3530JSValue* PropertySlot::functionGetter(ExecState* exec, const Identifier&, const PropertySlot& slot) 
    3631{