Changeset 28529 in webkit for trunk/JavaScriptCore/kjs


Ignore:
Timestamp:
Dec 7, 2007, 2:23:41 PM (17 years ago)
Author:
[email protected]
Message:

Build fix: removed stray name qualification.

  • kjs/function.h: (KJS::ActivationImp::ActivationImp):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/function.h

    r28527 r28529  
    156156
    157157  public:
    158     ActivationImp::ActivationImp(ExecState* exec)
     158    ActivationImp(ExecState* exec)
    159159        : JSVariableObject(new ActivationImpData(exec))
    160160    {
Note: See TracChangeset for help on using the changeset viewer.