commit | 386e769dbd70b39c348bd663749858f117654408 | [log] [tgz] |
---|---|---|
author | fs <fs@opera.com> | Tue Jul 19 16:50:42 2016 |
committer | Commit bot <commit-bot@chromium.org> | Tue Jul 19 16:52:59 2016 |
tree | 66eeb4052cc7ed0c6aa6feab43c2b08e4665804e | |
parent | b231bcf64216a6d0d52f9e1017560c0d4720a5f3 [diff] |
Only flag the LayoutObject on CSP error if one is attached When instantiating a plugin through the (somewhat special) code-path that does not require a LayoutObject to be present, we would end up dereferencing a null-pointer if a CSP error was flagged, failing the plugin load sequence. BUG=627694 Review-Url: https://codereview.chromium.org/2162473003 Cr-Commit-Position: refs/heads/master@{#406295}