Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(577)

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorInstrumentation.cpp

Issue 2008153003: [DevTools] Change name type in NativeBreakpoint to raw string (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/inspector/InspectorInstrumentation.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
{
« no previous file with comments | « third_party/WebKit/Source/core/inspector/InspectorInstrumentation.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698