[Webkit-unassigned] [Bug 115014] Web Inspector: Add number to list from remote web inspector.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 24 00:35:32 PDT 2013


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


Benjamin Poulain <benjamin at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #199379|review?, commit-queue?      |review+, commit-queue-
               Flag|                            |




--- Comment #9 from Benjamin Poulain <benjamin at webkit.org>  2013-04-24 00:33:52 PST ---
(From update of attachment 199379)
View in context: https://bugs.webkit.org/attachment.cgi?id=199379&action=review

> Source/WebKit2/UIProcess/InspectorServer/front-end/inspectorPageIndex.html:22
> +                var page = document.createElement("li");
> +                page.appendChild(link);
> +                pageList.appendChild(page);

page -> pageListItem or something like that.

The variable "page" should only be use for "pages[i]" in this context.

-- 
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