Show
Ignore:
Timestamp:
08/15/08 13:25:16 (5 months ago)
Author:
mbensi
Message:

merge with webkit revision 35774

Files:

Legend:

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

    r381 r437  
    466466} 
    467467 
    468 void JSObject::fillGetterPropertySlot(PropertySlot& slot, JSValue** location) 
     468NEVER_INLINE void JSObject::fillGetterPropertySlot(PropertySlot& slot, JSValue** location) 
    469469{ 
    470470    if (JSObject* getterFunction = static_cast<GetterSetter*>(*location)->getter())