| Index: third_party/WebKit/Source/core/inspector/InspectorInstrumentation.h
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.h b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.h
|
| index 83ab4ac7f699e09b1fda45ae982449d719a14a2d..634fefda4296b9708addefa9c85584456e7ea9f1 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.h
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorInstrumentation.h
|
| @@ -59,7 +59,7 @@ private:
|
| class CORE_EXPORT NativeBreakpoint {
|
| STACK_ALLOCATED();
|
| public:
|
| - NativeBreakpoint(ExecutionContext*, const String& name, bool sync);
|
| + NativeBreakpoint(ExecutionContext*, const char* name, bool sync);
|
| NativeBreakpoint(ExecutionContext*, EventTarget*, Event*);
|
| ~NativeBreakpoint();
|
|
|
|
|