Skip to content
  • ap@webkit.org's avatar
    Reviewed by Darin. · 1749d209
    ap@webkit.org authored
            <rdar://problem/6058368> REGRESSION: Crash occurs in KJS::Machine after launching
            Apple Installer
    
            The problem was that JSUserObject::getCallData() was setting call type to native, but
            left callData.native.function uninitialized.
    
            * JSObject.cpp:
            (JSUserObject::getCallData): Initialize callData.native.function.
            (nativeCallFunction): Call UserObjectImp::callAsFunction().
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@35060 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    1749d209