RESOLVED FIXED Bug 113926
Web Inspector: fix closure compiler warnings in IndexedDBModel.js
https://bugs.webkit.org/show_bug.cgi?id=113926
Summary Web Inspector: fix closure compiler warnings in IndexedDBModel.js
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.