Index: chrome/browser/ui/webui/tracing_ui.cc |
=================================================================== |
--- chrome/browser/ui/webui/tracing_ui.cc (revision 117388) |
+++ chrome/browser/ui/webui/tracing_ui.cc (working copy) |
@@ -411,7 +411,7 @@ |
// |
//////////////////////////////////////////////////////////////////////////////// |
-TracingUI::TracingUI(WebContents* contents) : WebUI(contents) { |
+TracingUI::TracingUI(WebContents* contents) : WebUI(contents, this) { |
AddMessageHandler(new TracingMessageHandler()); |
// Set up the chrome://tracing/ source. |