Ignore:
Timestamp:
Sep 22, 2009, 5:40:58 PM (16 years ago)
Author:
[email protected]
Message:

Code sampling builds are broken.
https://bugs.webkit.org/show_bug.cgi?id=29662

Reviewed by Geoff Garen

Fix build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/parser/Nodes.cpp

    r47775 r48662  
    18871887    , m_features(NoFeatures)
    18881888{
    1889 #if ENABLE(CODEBLOCK_SAMPLING)
    1890     if (SamplingTool* sampler = globalData->interpreter->sampler())
    1891         sampler->notifyOfScope(this);
    1892 #endif
    18931889}
    18941890
     
    19001896    , m_source(source)
    19011897{
    1902 #if ENABLE(CODEBLOCK_SAMPLING)
    1903     if (SamplingTool* sampler = globalData->interpreter->sampler())
    1904         sampler->notifyOfScope(this);
    1905 #endif
    19061898}
    19071899
Note: See TracChangeset for help on using the changeset viewer.