Ignore:
Timestamp:
Apr 19, 2016, 10:49:31 PM (9 years ago)
Author:
[email protected]
Message:

Unreviewed, fix cloop build after r199754.

  • jsc.cpp:

(jscmain):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/jsc.cpp

    r199754 r199763  
    22752275
    22762276    if (options.m_dumpSamplingProfilerData) {
     2277#if ENABLE(SAMPLING_PROFILER)
    22772278        vm->samplingProfiler()->reportTopFunctions();
    22782279        vm->samplingProfiler()->reportTopBytecodes();
     2280#else
     2281        dataLog("Sampling profiler is not enabled on this platform\n");
     2282#endif
    22792283    }
    22802284
Note: See TracChangeset for help on using the changeset viewer.