| commit | 2b4803484f5e55299bf6f5ea1bd95639f88e75b1 | [log] [tgz] |
|---|---|---|
| author | alancutter <alancutter@chromium.org> | Thu Jul 07 09:22:35 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Thu Jul 07 09:25:10 2016 |
| tree | c42367b0ddaba713de10ace0cd46ad7eaed32b87 | |
| parent | 0024dfc8a1eeb0d179c6945d3b752e45416eb200 [diff] |
Avoid invoking ResourceFetcher::cachedResource() with a null URL Invalid CSS image URLs end up with a null m_absoluteURL internally. ResourceFetcher::cachedResource() cannot deal with null URLs so check before calling it. BUG=622703 Review-Url: https://codereview.chromium.org/2130673002 Cr-Commit-Position: refs/heads/master@{#404111}