[Webkit-unassigned] [Bug 58340] Web Inspector: another pass of protocol renames.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 13 00:02:52 PDT 2011


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


Yury Semikhatsky <yurys at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #89345|review?                     |review+
               Flag|                            |




--- Comment #2 from Yury Semikhatsky <yurys at chromium.org>  2011-04-13 00:02:52 PST ---
(From update of attachment 89345)
View in context: https://bugs.webkit.org/attachment.cgi?id=89345&action=review

> Source/WebCore/inspector/InspectorRuntimeAgent.cpp:56
> +        injectedScript.evaluate(errorString, expression, objectGroup ? *objectGroup : "", includeCommandLineAPI ? *includeCommandLineAPI : false, result);

Conversions like objectGroup ? *objectGroup : "" can well be made in generated dispatcher code, that would simplify agents code a bit.

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