Changeset 12069 in webkit for trunk/JavaScriptCore/kjs/debugger.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/debugger.h

    r11962 r12069  
    110110     */
    111111    virtual bool sourceParsed(ExecState *exec, int sourceId, const UString &sourceURL,
    112                               const UString &source, int errorLine);
     112                              const UString &source, int errorLine);
    113113
    114114    /**
     
    182182     */
    183183    virtual bool callEvent(ExecState *exec, int sourceId, int lineno,
    184                            JSObject *function, const List &args);
     184                           JSObject *function, const List &args);
    185185
    186186    /**
Note: See TracChangeset for help on using the changeset viewer.