Skip to content
  • darin's avatar
    Reviewed by John. · ffcf8970
    darin authored
    	- changes inspired by things I noticed reviewing diffs vs. KDE when preparing the tarball
    
            * kjs/function.cpp: (GlobalFuncImp::call): Use strtol when strtoll is
    	not available. Do #ifndef NDEBUG, not #if !NDEBUG.
            * kjs/function.h: Do #ifndef NDEBUG, not #if !NDEBUG.
            * kjs/internal.cpp:
            (InterpreterImp::initGlobalObject): Do #ifndef NDEBUG, not #if !NDEBUG.
            (KJS::printInfo): Remove case for ListType and remove default case that just
    	ends up suppressing the "missing case" warning and does no good.
            * kjs/interpreter.cpp: (Interpreter::evaluate): Do #ifndef NDEBUG, not #if !NDEBUG.
            * kjs/nodes.cpp:
            (Node::finalCheck): Fix accidentally-deleted code in an ifdef we never compile.
            (FunctionCallNode::evaluate): Remove bogus XXX comment. Maciej put this comment in,
            and together we determined it's not needed.
            (TypeOfNode::evaluate): Ditto.
            * kjs/object.cpp: Remove assert that refers to ListType.
            * kjs/value.h: Remove ListType.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3306 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    ffcf8970