[Webkit-unassigned] [Bug 66482] Web Inspector: backend js api: an ability to skip optional arguments in the middle of the argument list is required

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 18 11:26:11 PDT 2011


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


Ilya Tikhonovsky <loislo at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
         AssignedTo|webkit-unassigned at lists.web |loislo at chromium.org
                   |kit.org                     |
     Ever Confirmed|0                           |1
 Attachment #104370|                            |review?
               Flag|                            |




--- Comment #1 from Ilya Tikhonovsky <loislo at chromium.org>  2011-08-18 11:26:10 PST ---
Created an attachment (id=104370)
 --> (https://bugs.webkit.org/attachment.cgi?id=104370&action=review)
[patch] initial version

RuntimeAgent.evaluate(value, undefined, undefined, true, evaluatedCallback.bind(this));

can be replaced with 

RuntimeAgent.evaluate.invoke({expression:value, doNotPauseOnExceptions:true}, evaluatedCallback.bind(this));

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