commit | 218c503e97230f89548efde7f6e75b77d2bf37e8 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Aug 29 08:47:42 2013 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Thu Aug 29 08:47:42 2013 |
tree | 7f2e607c60acd6817c44225b287d342bc4c81f66 | |
parent | fab1f3917521a78538ff7b2d88329d7daefc81bf [diff] [blame] |
Remove usage of deprecated --prof-lazy V8 command line flag This flag was introduced to implement log-based CPU profiler in DevTools in r17866. The profiler has been rewritten since then. The old API is deprecated in V8 (https://code.google.com/p/v8/source/detail?r=15828) and will be removed soon. BUG=None [email protected], [email protected], [email protected] Review URL: https://codereview.chromium.org/23680007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220220 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/content/renderer/render_process_impl.cc b/content/renderer/render_process_impl.cc index 79b5b077..2353701 100644 --- a/content/renderer/render_process_impl.cc +++ b/content/renderer/render_process_impl.cc
@@ -65,10 +65,7 @@ #endif // Out of process dev tools rely upon auto break behavior. - webkit_glue::SetJavaScriptFlags( - "--debugger-auto-break" - // Enable on-demand profiling. - " --prof --prof-lazy"); + webkit_glue::SetJavaScriptFlags("--debugger-auto-break"); const CommandLine& command_line = *CommandLine::ForCurrentProcess(); if (command_line.HasSwitch(switches::kJavaScriptFlags)) {