| Index: Source/web/tests/ChromeClientImplTest.cpp | 
| diff --git a/Source/web/tests/ChromeClientImplTest.cpp b/Source/web/tests/ChromeClientImplTest.cpp | 
| index 6dbafb4a5706bbc007ef0f87a3627ad50bf30599..7b8dcfd6e4a52e8b55305c4009f45548ee9ac218 100644 | 
| --- a/Source/web/tests/ChromeClientImplTest.cpp | 
| +++ b/Source/web/tests/ChromeClientImplTest.cpp | 
| @@ -102,14 +102,14 @@ protected: | 
| event.button = button; | 
| setCurrentInputEventForTest(&event); | 
| m_chromeClientImpl->setScrollbarsVisible(!asPopup); | 
| -        m_chromeClientImpl->show(NavigationPolicyIgnore); | 
| +        m_chromeClientImpl->show(NavigationPolicyIgnore, CreatedFromLoadRequest); | 
| setCurrentInputEventForTest(0); | 
| return m_result; | 
| } | 
|  | 
| bool isNavigationPolicyPopup() | 
| { | 
| -        m_chromeClientImpl->show(NavigationPolicyIgnore); | 
| +        m_chromeClientImpl->show(NavigationPolicyIgnore, CreatedFromLoadRequest); | 
| return m_result == WebNavigationPolicyNewPopup; | 
| } | 
|  | 
|  |