Ignore:
Timestamp:
Jan 11, 2013, 3:32:44 PM (12 years ago)
Author:
[email protected]
Message:

Fix function name typo ProgramExecutable::initalizeGlobalProperties()
https://bugs.webkit.org/show_bug.cgi?id=106701

Reviewed by Geoffrey Garen.

  • interpreter/Interpreter.cpp:

(JSC::Interpreter::execute):

  • runtime/Executable.cpp:

(JSC::ProgramExecutable::initializeGlobalProperties):

  • runtime/Executable.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/interpreter/Interpreter.cpp

    r136927 r139510  
    953953
    954954    // Compile source to bytecode if necessary:
    955     if (JSObject* error = program->initalizeGlobalProperties(globalData, callFrame, scope))
     955    if (JSObject* error = program->initializeGlobalProperties(globalData, callFrame, scope))
    956956        return checkedReturn(throwError(callFrame, error));
    957957
Note: See TracChangeset for help on using the changeset viewer.