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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 11 14:18:22 PST 2013


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

           Summary: Web Inspector: fix closure compilation warnings caused
                    by setVariableValue change
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: prybin at chromium.org
                CC: keishi at webkit.org, pmuellr at yahoo.com,
                    pfeldman at chromium.org, yurys at chromium.org,
                    apavlov at chromium.org, loislo at chromium.org,
                    vsevik at chromium.org,
                    web-inspector-bugs at googlegroups.com


As reported by vsevik@ (thank you), the change causes several warnings.

Source/WebCore/inspector/InjectedScriptSourceTmp.js:600: WARNING - Bad type annotation. Unknown type integer
     * @param {integer} scopeNumber
               ^
Source/WebCore/inspector/InjectedScriptSourceTmp.js:618: WARNING - Property setFunctionVariableValue never defined on InjectedScriptHost
            setter = InjectedScriptHost.setFunctionVariableValue.bind(InjectedScriptHost, func); 
                     ^
Source/WebCore/inspector/front-end/protocol-externs.js:2085: WARNING - optional arguments must be at the end
DebuggerAgent.setVariableValue = function(opt_callFrameId, opt_functionObjectId, scopeNumber, variableName, newValue, opt_callback) {}

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