Changeset 137179 in webkit for trunk/Source/JavaScriptCore/profiler/ProfilerDatabase.h
- Timestamp:
- Dec 10, 2012, 10:38:15 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/profiler/ProfilerDatabase.h
r137175 r137179 67 67 68 68 private: 69 Bytecodes* addBytecodes(CodeBlockHash, const String& sourceCode);69 Bytecodes* addBytecodes(CodeBlockHash, const String& inferredName, const String& sourceCode); 70 70 71 71 JSGlobalData& m_globalData;
Note:
See TracChangeset
for help on using the changeset viewer.