| Index: Source/core/inspector/InspectorProfilerAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorProfilerAgent.cpp b/Source/core/inspector/InspectorProfilerAgent.cpp
|
| index 4086258cd1513714f39c4cfb78afa1862c9f919f..5dc5f5022546ca52aafa366984841d980bc1fee9 100644
|
| --- a/Source/core/inspector/InspectorProfilerAgent.cpp
|
| +++ b/Source/core/inspector/InspectorProfilerAgent.cpp
|
| @@ -271,16 +271,6 @@ void InspectorProfilerAgent::didProcessTask()
|
| idleStarted();
|
| }
|
|
|
| -void InspectorProfilerAgent::willEnterNestedRunLoop()
|
| -{
|
| - idleStarted();
|
| -}
|
| -
|
| -void InspectorProfilerAgent::didLeaveNestedRunLoop()
|
| -{
|
| - idleFinished();
|
| -}
|
| -
|
| DEFINE_TRACE(InspectorProfilerAgent)
|
| {
|
| visitor->trace(m_injectedScriptManager);
|
|
|