Ignore:
Timestamp:
Oct 25, 2007, 3:29:55 PM (18 years ago)
Author:
ggaren
Message:

Reviewed by Oliver Hunt.


Rolled out my last patch. It turns out that I needed 2 words, not 1,
so it didn't help.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/Context.cpp

    r27068 r27072  
    8888    ActivationImp* activation = static_cast<ActivationImp*>(m_activation);
    8989    if (activation)
    90         activation->resetArguments();
     90        activation->releaseArguments();
    9191}
    9292
Note: See TracChangeset for help on using the changeset viewer.