Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DevTools: do not re-create icons for CommandResult messages
The contentElement() call of the CommandResult should be idempotent. However, it is not, since it re-creates icon continuesly. This, however, doesn't have any visual impact since icons are perfectly overlayed over each other. BUG=none R=dgozman Review-Url: https://codereview.chromium.org/2654743002 Cr-Commit-Position: refs/heads/master@{#445670}
- Loading branch information