diff options
Diffstat (limited to 'content/browser/transition_request_manager.cc')
-rw-r--r-- | content/browser/transition_request_manager.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/transition_request_manager.cc b/content/browser/transition_request_manager.cc index ae9a9f3..680c2d4 100644 --- a/content/browser/transition_request_manager.cc +++ b/content/browser/transition_request_manager.cc @@ -85,7 +85,7 @@ void TransitionRequestManager::ParseTransitionStylesheetsFromHeaders( const scoped_refptr<net::HttpResponseHeaders>& headers, std::vector<GURL>& entering_stylesheets, const GURL& resolve_address) { - if (headers == NULL) + if (headers.get() == NULL) return; std::string transition_stylesheet; |