Changeset 34067 in webkit for trunk/JavaScriptCore/kjs/object.cpp


Ignore:
Timestamp:
May 23, 2008, 2:07:06 AM (17 years ago)
Author:
[email protected]
Message:

Remove JAVASCRIPT_PROFILER define

RS=Kevin McCullough

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/object.cpp

    r34024 r34067  
    9393#endif
    9494
    95 #if JAVASCRIPT_PROFILING
    9695    Profiler::profiler()->willExecute(exec, this);
    97 #endif
    9896 
    9997    JSValue *ret = callAsFunction(exec,thisObj,args);
    10098
    101 #if JAVASCRIPT_PROFILING
    10299    Profiler::profiler()->didExecute(exec, this);
    103 #endif
    104 
    105100
    106101#if KJS_MAX_STACK > 0
Note: See TracChangeset for help on using the changeset viewer.