Index: content/browser/web_contents/web_contents_android.cc |
diff --git a/content/browser/web_contents/web_contents_android.cc b/content/browser/web_contents/web_contents_android.cc |
index 363c7463986f5e159f794386e5f7b1bc4f43959a..52702a412e4212ed0f6eb4f096851554f3345f16 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, |