[Webkit-unassigned] [Bug 113926] New: Web Inspector: fix closure compiler warnings in IndexedDBModel.js

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 4 01:06:54 PDT 2013


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

           Summary: Web Inspector: fix closure compiler warnings in
                    IndexedDBModel.js
           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: seokju.kwon at gmail.com
                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/IndexedDBModel.js:332: WARNING - actual parameter 8 of WebInspector.IndexedDBModel.prototype._requestData does not match formal parameter                                                                                                                    
found   : function ((Array.<(WebInspector.IndexedDBModel.Entry|null)>|null), boolean): ?
required: function ((Array.<IndexedDBAgent.DataEntry>|null), boolean): ?
        this._requestData(databaseId, databaseId.name, objectStoreName, "", idbKeyRange, skipCount, pageSize, callback);
                                                                                                              ^

Source/WebCore/inspector/front-end/IndexedDBModel.js:346: WARNING - actual parameter 8 of WebInspector.IndexedDBModel.prototype._requestData does not match formal parameter
found   : function ((Array.<(WebInspector.IndexedDBModel.Entry|null)>|null), boolean): ?
required: function ((Array.<IndexedDBAgent.DataEntry>|null), boolean): ?
        this._requestData(databaseId, databaseId.name, objectStoreName, indexName, idbKeyRange, skipCount, pageSize, 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