Changeset 12069 in webkit for trunk/JavaScriptCore/kjs/function.h


Ignore:
Timestamp:
Jan 13, 2006, 1:32:51 AM (19 years ago)
Author:
darin
Message:
  • Replaced tabs with spaces in source files that had less than 10 lines with tabs.
  • Set allow-tabs Subversion property in source files that have more than 10 lines with tabs.
File:
1 edited

Legend:

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

    r11962 r12069  
    7575  public:
    7676    DeclaredFunctionImp(ExecState *exec, const Identifier &n,
    77                         FunctionBodyNode *b, const ScopeChain &sc);
     77                        FunctionBodyNode *b, const ScopeChain &sc);
    7878
    7979    bool implementsConstruct() const;
     
    155155           DecodeURI, DecodeURIComponent, EncodeURI, EncodeURIComponent
    156156#ifndef NDEBUG
    157            , KJSPrint
     157           , KJSPrint
    158158#endif
    159159};
Note: See TracChangeset for help on using the changeset viewer.