Chromium Code Reviews
DescriptionFix crash when referencing a registered non-inherited custom property
This patch fixes a crash that occurs when a registered non-inherited
custom property is referenced on an element which doesn't explicitly
have any registered non-inherited custom properties set. The code was
missing a null-check for the non-inherited custom properties object.
Note that elsewhere in the file this is not needed as the object is
guaranteed to exist when we are resolving such properties.
BUG=671484
Committed: https://crrev.com/1bf1f4ca99b8ea3183c9aa358338e63d5de07b93
Cr-Commit-Position: refs/heads/master@{#436880}
Patch Set 1 #
Total comments: 1
Messages
Total messages: 21 (12 generated)
|
||||||||||||||||||||||||||||