diff options
Diffstat (limited to 'content/browser/web_contents/web_contents_android.cc')
-rw-r--r-- | content/browser/web_contents/web_contents_android.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/web_contents/web_contents_android.cc b/content/browser/web_contents/web_contents_android.cc index 363c746..52702a4 100644 --- a/content/browser/web_contents/web_contents_android.cc +++ b/content/browser/web_contents/web_contents_android.cc @@ -291,7 +291,7 @@ void WebContentsAndroid::DidDeferAfterResponseStarted( JNIEnv* env = AttachCurrentThread(); std::vector<GURL> entering_stylesheets; std::string transition_color; - if (transition_data.response_headers) { + if (transition_data.response_headers.get()) { TransitionRequestManager::ParseTransitionStylesheetsFromHeaders( transition_data.response_headers, entering_stylesheets, |