Changeset 37891 in webkit for trunk/JavaScriptCore/kjs/nodes.cpp
- Timestamp:
- Oct 25, 2008, 12:59:47 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/nodes.cpp
r37859 r37891 34 34 #include "PropertyNameArray.h" 35 35 #include "RegExpObject.h" 36 #include "SamplingTool.h" 36 37 #include "debugger.h" 37 38 #include "lexer.h" 38 39 #include "operations.h" 39 #include "SamplingTool.h"40 40 #include <math.h> 41 41 #include <wtf/Assertions.h> … … 1699 1699 if (funcStack) 1700 1700 m_functionStack = *funcStack; 1701 1702 SCOPENODE_SAMPLING_notifyOfScope(globalData->machine->m_sampler); 1701 #if ENABLE(OPCODE_SAMPLING) 1702 globalData->machine->sampler()->notifyOfScope(this); 1703 #endif 1703 1704 } 1704 1705
Note:
See TracChangeset
for help on using the changeset viewer.