[webkit-reviews] review granted: [Bug 51332] Web Inspector: Make CSSCompletions a real class rather than singleton : [Attachment 77008] [PATCH] Comments addressed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 20 08:52:03 PST 2010


Yury Semikhatsky <yurys at chromium.org> has granted Alexander Pavlov (apavlov)
<apavlov at chromium.org>'s request for review:
Bug 51332: Web Inspector: Make CSSCompletions a real class rather than
singleton
https://bugs.webkit.org/show_bug.cgi?id=51332

Attachment 77008: [PATCH] Comments addressed
https://bugs.webkit.org/attachment.cgi?id=77008&action=review

------- Additional Comments from Yury Semikhatsky <yurys at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=77008&action=review

> WebCore/inspector/front-end/CSSCompletions.js:36
> +    for (var i = 0; i < values.length; ++i)

Just use this._values = values.slice()


More information about the webkit-reviews mailing list