[Webkit-unassigned] [Bug 109488] Web Inspector: fix closure compilation warnings caused by setVariableValue change

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 12 01:30:10 PST 2013


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


Yury Semikhatsky <yurys at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #187676|review+                     |review-
               Flag|                            |




--- Comment #4 from Yury Semikhatsky <yurys at chromium.org>  2013-02-12 01:32:23 PST ---
(From update of attachment 187676)
The patch introduces new warnings:

Compiling InjectedScriptSource.js...
Source/WebCore/inspector/InjectedScriptSourceTmp.js:609: WARNING - actual parameter 2 of InjectedScript.prototype._callFrameForId does not match formal parameter
found   : (boolean|string)
required: string
            var callFrame = this._callFrameForId(topCallFrame, callFrameId);
                                                               ^

Source/WebCore/inspector/InjectedScriptSourceTmp.js:614: WARNING - actual parameter 1 of InjectedScript.prototype._parseObjectId does not match formal parameter
found   : (boolean|string)
required: string
            var parsedFunctionId = this._parseObjectId(functionObjectId);
                                                       ^

0 error(s), 2 warning(s), 89.8% typed

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