Changeset 181976 in webkit


Ignore:
Timestamp:
Mar 25, 2015, 3:42:39 PM (10 years ago)
Author:
commit-queue@webkit.org
Message:

Fix formatting in BuiltinExecutables
https://bugs.webkit.org/show_bug.cgi?id=143061

Patch by Joseph Pecoraro <Joseph Pecoraro> on 2015-03-25
Reviewed by Ryosuke Niwa.

  • builtins/BuiltinExecutables.cpp:

(JSC::BuiltinExecutables::createExecutableInternal):

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r181973 r181976  
     12015-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
    1112015-03-25  Joseph Pecoraro  <pecoraro@apple.com>
    212
  • trunk/Source/JavaScriptCore/builtins/BuiltinExecutables.cpp

    r181673 r181976  
    9898    for (const auto& closedVariable : program->closedVariables()) {
    9999        if (closedVariable == m_vm.propertyNames->arguments.impl())
    100         continue;
     100            continue;
    101101       
    102102        if (closedVariable == m_vm.propertyNames->undefinedKeyword.impl())
Note: See TracChangeset for help on using the changeset viewer.