[Webkit-unassigned] [Bug 109432] New: Web Inspector: fix closure compiler warnings in the profiler code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 11 07:13:12 PST 2013


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

           Summary: Web Inspector: fix closure compiler warnings in the
                    profiler code
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: yurys 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


Source/WebCore/inspector/front-end/NativeMemorySnapshotView.js:500: WARNING - parameter graph does not appear in didReceiveMemorySnapshot's parameter list
        function didReceiveMemorySnapshot(error, memoryBlock)
        ^

Source/WebCore/inspector/front-end/NativeMemorySnapshotView.js:678: WARNING - parameter graph does not appear in didReceiveMemorySnapshot's parameter list
        function didReceiveMemorySnapshot(error, memoryBlock)
        ^

Source/WebCore/inspector/front-end/ProfilesPanel.js:1249: WARNING - mismatch of the addNativeSnapshotChunk property type and the type of the property it overrides from interface MemoryAgent.Dispatcher
original: function (this:MemoryAgent.Dispatcher, (null|{baseToRealNodeId: (Array.<number>|null), edges: (Array.<number>|null), nodes: (Array.<number>|null), strings: (Array.<string>|null), ...})): undefined
override: function (this:WebInspector.MemoryDispatcher, string): undefined
    addNativeSnapshotChunk: function(chunk)
    ^

Source/WebCore/inspector/front-end/ProfilesPanel.js:1249: WARNING - parameter uid does not appear in WebInspector.MemoryDispatcher.prototype.addNativeSnapshotChunk's parameter list
    addNativeSnapshotChunk: function(chunk)
                            ^

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