Bug 113926

Summary: Web Inspector: fix closure compiler warnings in IndexedDBModel.js
Product: WebKit Reporter: Seokju Kwon <seokju>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, keishi, loislo, pfeldman, pmuellr, vsevik, web-inspector-bugs, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Seokju Kwon
Reported 2013-04-04 01:05:06 PDT
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);
Attachments
Patch (1.58 KB, patch)
2013-04-04 01:06 PDT, Seokju Kwon
no flags
Seokju Kwon
Comment 1 2013-04-04 01:06:57 PDT
WebKit Review Bot
Comment 2 2013-04-04 09:15:27 PDT
Comment on attachment 196450 [details] Patch Clearing flags on attachment: 196450 Committed r147636: <http://trac.webkit.org/changeset/147636>
WebKit Review Bot
Comment 3 2013-04-04 09:15:30 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.