From 1ef5ad42064c8ef0d1503b68a7fbac01887ca093 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Sat, 18 Apr 2009 19:52:40 +0000 Subject: Reverting 14005. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14006 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/debugger/debugger_host_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/debugger/debugger_host_impl.cpp') diff --git a/chrome/browser/debugger/debugger_host_impl.cpp b/chrome/browser/debugger/debugger_host_impl.cpp index 1f98f4b8..e22a391 100644 --- a/chrome/browser/debugger/debugger_host_impl.cpp +++ b/chrome/browser/debugger/debugger_host_impl.cpp @@ -16,7 +16,7 @@ class TabContentsReference : public NotificationObserver { public: TabContentsReference(TabContents *c) : navigation_controller_(NULL) { - navigation_controller_ = &c->controller(); + navigation_controller_ = c->controller(); NotificationService* service = NotificationService::current(); DCHECK(service); -- cgit v1.1