Changeset 35411 in webkit for trunk/JavaScriptCore/VM/Machine.cpp


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/VM/Machine.cpp

    r35310 r35411  
    24952495        }
    24962496
    2497         if (constructType == ConstructTypeNative) {
     2497        if (constructType == ConstructTypeHost) {
    24982498            if (*enabledProfilerReference)
    24992499                (*enabledProfilerReference)->willExecute(exec, constructor);
Note: See TracChangeset for help on using the changeset viewer.