[Webkit-unassigned] [Bug 29714] apply a style change to scope variables as they change from step to step

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 26 00:58:17 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=29714





--- Comment #11 from Vivek Galatage <vivekg at webkit.org>  2013-02-26 01:00:41 PST ---
(From update of attachment 190223)
View in context: https://bugs.webkit.org/attachment.cgi?id=190223&action=review

> Source/WebCore/inspector/front-end/ObjectPropertiesSection.js:106
> +        if (this.pane) {

We usually omit the braces for single line statements in an if block. Here and below all the occurrences should remove the braces for a single line statements.

> Source/WebCore/inspector/front-end/ObjectPropertiesSection.js:243
> +        {

The opening brace is placed after if() {

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list