⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 107131 in webkit


Ignore:
Timestamp:
Feb 8, 2012, 1:46:42 PM (15 years ago)
Author:
oliver@apple.com
Message:

Whoops, fix the build.

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r107128 r107131  
     12012-02-08  Oliver Hunt  <oliver@apple.com>
     2
     3        Whoops, fix the build.
     4
     5        * runtime/Executable.cpp:
     6        (JSC::FunctionExecutable::FunctionExecutable):
     7
    182012-02-08  Oliver Hunt  <oliver@apple.com>
    29
  • trunk/Source/JavaScriptCore/runtime/Executable.cpp

    r107128 r107131  
    138138    , m_parameters(parameters)
    139139    , m_name(name)
    140     , m_inferredName(inferredName.isNull() ? exec->globalData().propertyNames->emptyIdentifier : inferredName)
     140    , m_inferredName(inferredName.isNull() ? globalData.propertyNames->emptyIdentifier : inferredName)
    141141    , m_symbolTable(0)
    142142{
Note: See TracChangeset for help on using the changeset viewer.