Bug 84362

Summary: Web Inspector: replace @type annotation with @return annotation for getters
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch yurys: review+

Pavel Feldman
Reported 2012-04-19 11:14:27 PDT
Otherwise, compiler does not check for errors.
Attachments
Patch (45.57 KB, patch)
2012-04-19 11:18 PDT, Pavel Feldman
no flags
Patch (23.09 KB, patch)
2012-04-19 11:19 PDT, Pavel Feldman
yurys: review+
Pavel Feldman
Comment 1 2012-04-19 11:18:56 PDT
Pavel Feldman
Comment 2 2012-04-19 11:19:53 PDT
Yury Semikhatsky
Comment 3 2012-04-19 11:23:25 PDT
Comment on attachment 137931 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=137931&action=review > Source/WebCore/inspector/front-end/TabbedPane.js:497 > + /** @type {number} */ this._measuredWidth; Can you initialize the fields with appropriate values?
Pavel Feldman
Comment 4 2012-04-20 02:15:30 PDT
Note You need to log in before you can comment on or make changes to this bug.