| 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 b2773c0dd46ece9850dfcf86e5f6aea1fea95e52..38f7e245c33f85e912d7bd1e08f9021feb13ff51 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.cpp
|
| @@ -73,7 +73,7 @@ AsyncTask::~AsyncTask()
|
| session->asyncTaskFinished(m_task);
|
| }
|
|
|
| -NativeBreakpoint::NativeBreakpoint(ExecutionContext* context, const String& name, bool sync)
|
| +NativeBreakpoint::NativeBreakpoint(ExecutionContext* context, const char* name, bool sync)
|
| : m_instrumentingAgents(instrumentingAgentsFor(context))
|
| , m_sync(sync)
|
| {
|
|
|