Changeset 13017 in webkit for trunk/JavaScriptCore/kjs/debugger.h


Ignore:
Timestamp:
Feb 27, 2006, 1:55:19 PM (19 years ago)
Author:
darin
Message:
  • fixed Mac Debug build, there was an unused parameter
  • kxmlcore/FastMalloc.cpp: (KXMLCore::fastMallocRegisterThread): Remove parameter name.
  • kjs/debugger.h: Fixed comment.
File:
1 edited

Legend:

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

    r12317 r13017  
    154154     * @param firstLine The starting line of the statement  that is about to be
    155155     * executed
    156      * @param firstLine The ending line of the statement  that is about to be
     156     * @param lastLine The ending line of the statement  that is about to be
    157157     * executed (usually the same as firstLine)
    158158     * @return true if execution should be continue, false if it should
Note: See TracChangeset for help on using the changeset viewer.