Changeset 107131 in webkit
- Timestamp:
- Feb 8, 2012, 1:46:42 PM (15 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
runtime/Executable.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r107128 r107131 1 2012-02-08 Oliver Hunt <oliver@apple.com> 2 3 Whoops, fix the build. 4 5 * runtime/Executable.cpp: 6 (JSC::FunctionExecutable::FunctionExecutable): 7 1 8 2012-02-08 Oliver Hunt <oliver@apple.com> 2 9 -
trunk/Source/JavaScriptCore/runtime/Executable.cpp
r107128 r107131 138 138 , m_parameters(parameters) 139 139 , m_name(name) 140 , m_inferredName(inferredName.isNull() ? exec->globalData().propertyNames->emptyIdentifier : inferredName)140 , m_inferredName(inferredName.isNull() ? globalData.propertyNames->emptyIdentifier : inferredName) 141 141 , m_symbolTable(0) 142 142 {
Note:
See TracChangeset
for help on using the changeset viewer.