Show
Ignore:
Timestamp:
07/21/08 12:33:30 (2 years ago)
Author:
mbensi
Message:

merge with webkit revision 35260

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/JavaScriptCore/API/JSCallbackObjectFunctions.h

    r381 r404  
    304304        if (jsClass->callAsFunction) { 
    305305            callData.native.function = call; 
    306             return CallTypeNative
     306            return CallTypeHost
    307307        } 
    308308    }