Bug 113926 - Web Inspector: fix closure compiler warnings in IndexedDBModel.js
Summary: Web Inspector: fix closure compiler warnings in IndexedDBModel.js
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-04 01:05 PDT by Seokju Kwon
Modified: 2013-04-04 09:15 PDT (History)
9 users (show)

See Also:


Attachments
Patch (1.58 KB, patch)
2013-04-04 01:06 PDT, Seokju Kwon
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Seokju Kwon 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);
Comment 1 Seokju Kwon 2013-04-04 01:06:57 PDT
Created attachment 196450 [details]
Patch
Comment 2 WebKit Review Bot 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>
Comment 3 WebKit Review Bot 2013-04-04 09:15:30 PDT
All reviewed patches have been landed.  Closing bug.