Index: chrome/browser/ui/webui/flags_ui.cc |
=================================================================== |
--- chrome/browser/ui/webui/flags_ui.cc (revision 117388) |
+++ chrome/browser/ui/webui/flags_ui.cc (working copy) |
@@ -159,7 +159,7 @@ |
// |
/////////////////////////////////////////////////////////////////////////////// |
-FlagsUI::FlagsUI(WebContents* contents) : WebUI(contents) { |
+FlagsUI::FlagsUI(WebContents* contents) : WebUI(contents, this) { |
AddMessageHandler(new FlagsDOMHandler()); |
// Set up the about:flags source. |