| Index: third_party/WebKit/Source/devtools/front_end/elements/PropertyChangeHighlighter.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/elements/PropertyChangeHighlighter.js b/third_party/WebKit/Source/devtools/front_end/elements/PropertyChangeHighlighter.js
|
| index de57722a787354922344448bd24d722324ba8977..3657439ce497d4d83c6d12ff2e23b8fe77a4ebd6 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/elements/PropertyChangeHighlighter.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/elements/PropertyChangeHighlighter.js
|
| @@ -46,7 +46,7 @@ WebInspector.PropertyChangeHighlighter.prototype = {
|
| var foundSection = null;
|
| for (var block of sectionBlocks) {
|
| for (var section of block.sections) {
|
| - var declaration = section.styleRule.style();
|
| + var declaration = section.style();
|
| if (declaration.styleSheetId !== this._styleSheetId)
|
| continue;
|
|
|
|
|