Changeset 48662 in webkit for trunk/JavaScriptCore/parser/Nodes.cpp
- Timestamp:
- Sep 22, 2009, 5:40:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/parser/Nodes.cpp
r47775 r48662 1887 1887 , m_features(NoFeatures) 1888 1888 { 1889 #if ENABLE(CODEBLOCK_SAMPLING)1890 if (SamplingTool* sampler = globalData->interpreter->sampler())1891 sampler->notifyOfScope(this);1892 #endif1893 1889 } 1894 1890 … … 1900 1896 , m_source(source) 1901 1897 { 1902 #if ENABLE(CODEBLOCK_SAMPLING)1903 if (SamplingTool* sampler = globalData->interpreter->sampler())1904 sampler->notifyOfScope(this);1905 #endif1906 1898 } 1907 1899
Note:
See TracChangeset
for help on using the changeset viewer.