Chromium Code Reviews
DescriptionDevTools: fix CSS.getComputedStyle protocol method
Currently, the CSS.getComputedStyle upcasts CSSComputedStyleDeclaration
to the CSSStyleDeclaration and, unwillingly, was using the length() and
item() methods to iterate the CSSComputedStyleDeclaration.
However, these are private methods of CSSComputedStyleDeclaration which
are not supposed to be used by the clients.
BUG=606834
R=dgozman
Committed: https://crrev.com/4e200d9789699ba9d52d8650babb12664b2d1b5d
Cr-Commit-Position: refs/heads/master@{#409418}
Patch Set 1 #
Total comments: 6
Patch Set 2 : rebaseline #Patch Set 3 : we should not query for descriptors only properties #Messages
Total messages: 35 (16 generated)
|