| Index: third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js b/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js
|
| index fa507a75a58bb9e8345e7def17227458da46c5c2..5510d78ed72962a50fcb17914dcc6b1273af6bbd 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/elements/StylesSidebarPane.js
|
| @@ -2577,7 +2577,7 @@ WebInspector.StylePropertyTreeElement.prototype = {
|
| var target = this;
|
| do {
|
| target = (moveDirection === "forward" ? target.nextSibling : target.previousSibling);
|
| - } while(target && target.inherited());
|
| + } while (target && target.inherited());
|
|
|
| return target;
|
| },
|
|
|