Changeset 171204 in webkit for trunk/Source/JavaScriptCore/profiler/LegacyProfiler.cpp
- Timestamp:
- Jul 17, 2014, 4:30:36 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/profiler/LegacyProfiler.cpp
r165676 r171204 61 61 void LegacyProfiler::startProfiling(ExecState* exec, const String& title) 62 62 { 63 ASSERT_ARG(title, !title.isNull());64 65 63 if (!exec) 66 64 return;
Note:
See TracChangeset
for help on using the changeset viewer.