| Index: third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.cpp
|
| diff --git a/third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.cpp b/third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.cpp
|
| index cbe769f13ed5a0ed5da947ca7554badaf96618f3..0152959ac029b2d3f6813665e07ee4dbea233afe 100644
|
| --- a/third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.cpp
|
| +++ b/third_party/WebKit/Source/platform/v8_inspector/V8ProfilerAgentImpl.cpp
|
| @@ -153,7 +153,7 @@ void V8ProfilerAgentImpl::consoleProfileEnd(const String16& title)
|
| String16 id;
|
| String16 resolvedTitle;
|
| // Take last started profile if no title was passed.
|
| - if (title.isNull()) {
|
| + if (title.isEmpty()) {
|
| if (m_startedProfiles.isEmpty())
|
| return;
|
| id = m_startedProfiles.last().m_id;
|
|
|