Changeset 43395 in webkit for trunk/JavaScriptCore/parser/Nodes.cpp
- Timestamp:
- May 8, 2009, 3:18:34 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/parser/Nodes.cpp
r43339 r43395 2549 2549 , m_features(NoFeatures) 2550 2550 { 2551 #if ENABLE( OPCODE_SAMPLING)2551 #if ENABLE(CODEBLOCK_SAMPLING) 2552 2552 globalData->interpreter->sampler()->notifyOfScope(this); 2553 2553 #endif … … 2560 2560 , m_source(source) 2561 2561 { 2562 #if ENABLE( OPCODE_SAMPLING)2562 #if ENABLE(CODEBLOCK_SAMPLING) 2563 2563 globalData->interpreter->sampler()->notifyOfScope(this); 2564 2564 #endif
Note:
See TracChangeset
for help on using the changeset viewer.