| Index: third_party/WebKit/Source/core/inspector/InspectorInstrumentation.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.cpp b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.cpp
|
| index 14b60e35742cc6a7177dc818183a0c5d87a98614..11df652433f55e2dd8f3ac4732085dcefca75c30 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.cpp
|
| @@ -174,7 +174,7 @@ int FrontendCounter::s_frontendCounter = 0;
|
|
|
| bool isDebuggerPaused(LocalFrame*)
|
| {
|
| - return MainThreadDebugger::instance()->debugger()->isPaused();
|
| + return MainThreadDebugger::instance()->isPaused();
|
| }
|
|
|
| void didReceiveResourceResponseButCanceled(LocalFrame* frame, DocumentLoader* loader, unsigned long identifier, const ResourceResponse& r, Resource* resource)
|
|
|