Ignore:
Timestamp:
Jul 28, 2008, 1:04:48 PM (17 years ago)
Author:
[email protected]
Message:

JavaScriptCore:

2008-07-28 Geoffrey Garen <[email protected]>

Reviewed by Sam Weinig.

Renamed "ConstructTypeNative" => "ConstructTypeHost".

WebCore:

2008-07-28 Geoffrey Garen <[email protected]>

Reviewed by Sam Weinig.

Renamed "ConstructTypeNative" => "ConstructTypeHost".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/API/JSCallbackObjectFunctions.h

    r35293 r35411  
    246246        if (jsClass->callAsConstructor) {
    247247            constructData.native.function = construct;
    248             return ConstructTypeNative;
     248            return ConstructTypeHost;
    249249        }
    250250    }
Note: See TracChangeset for help on using the changeset viewer.