Index: chrome/browser/tab_contents/navigation_controller.cc |
=================================================================== |
--- chrome/browser/tab_contents/navigation_controller.cc (revision 10992) |
+++ chrome/browser/tab_contents/navigation_controller.cc (working copy) |
@@ -476,7 +476,7 @@ |
type = active->type(); |
else |
type = TabContents::TypeForURL(&real_url); |
- |
+ |
NavigationEntry* entry = new NavigationEntry(type, NULL, -1, real_url, |
referrer, |
string16(), transition); |