Changeset 34957 in webkit for trunk/JavaScriptCore/profiler/Profile.cpp
- Timestamp:
- Jul 2, 2008, 10:40:29 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/profiler/Profile.cpp
r34800 r34957 99 99 currentNode = next; 100 100 101 if (currentNode->callIdentifier(). name != "profile")101 if (currentNode->callIdentifier().m_name != "profile") 102 102 return; 103 103 … … 118 118 currentNode = next; 119 119 120 if (currentNode->callIdentifier(). name != "profileEnd")120 if (currentNode->callIdentifier().m_name != "profileEnd") 121 121 return; 122 122
Note:
See TracChangeset
for help on using the changeset viewer.