| Index: third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/DocumentLoader.cpp b/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| index db77967ab6c8f5ebb6d4107d8bf7a8d0ce5d5860..40e542ed0916613db37131c73cbf202077fa8056 100644
|
| --- a/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/DocumentLoader.cpp
|
| @@ -117,6 +117,7 @@ DocumentLoader::DocumentLoader(LocalFrame* frame,
|
|
|
| // The document URL needs to be added to the head of the list as that is
|
| // where the redirects originated.
|
| +// hello world
|
| if (is_client_redirect_)
|
| AppendRedirect(frame_->GetDocument()->Url());
|
| }
|
|
|