Changeset 181976 in webkit
- Timestamp:
- Mar 25, 2015, 3:42:39 PM (10 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r181973 r181976 1 2015-03-25 Joseph Pecoraro <pecoraro@apple.com> 2 3 Fix formatting in BuiltinExecutables 4 https://bugs.webkit.org/show_bug.cgi?id=143061 5 6 Reviewed by Ryosuke Niwa. 7 8 * builtins/BuiltinExecutables.cpp: 9 (JSC::BuiltinExecutables::createExecutableInternal): 10 1 11 2015-03-25 Joseph Pecoraro <pecoraro@apple.com> 2 12 -
trunk/Source/JavaScriptCore/builtins/BuiltinExecutables.cpp
r181673 r181976 98 98 for (const auto& closedVariable : program->closedVariables()) { 99 99 if (closedVariable == m_vm.propertyNames->arguments.impl()) 100 continue;100 continue; 101 101 102 102 if (closedVariable == m_vm.propertyNames->undefinedKeyword.impl())
Note:
See TracChangeset
for help on using the changeset viewer.