[Webkit-unassigned] [Bug 72096] Web Inspector: DevTools InspectorStubs.js incorrectly converting responses to arguments

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 11 02:29:16 PST 2011


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





--- Comment #1 from Ilya Tikhonovsky <loislo at chromium.org>  2011-11-11 02:29:12 PST ---
(From update of attachment 114638)
View in context: https://bugs.webkit.org/attachment.cgi?id=114638&action=review

lgtm

> Source/WebCore/inspector/CodeGeneratorInspector.py:1029
>          if (this.dumpInspectorTimeStats) {
> -            var wrappedCallback = this._callbacks[messageObject.id];
> -            wrappedCallback.methodName = messageObject.method;
>              wrappedCallback.sendRequestTime = Date.now();
>          }

style nits: curly bracers are not required

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