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+

Description Pavel Feldman 2012-04-19 11:14:27 PDT
Otherwise, compiler does not check for errors.
Comment 1 Pavel Feldman 2012-04-19 11:18:56 PDT
Created attachment 137930 [details]
Patch
Comment 2 Pavel Feldman 2012-04-19 11:19:53 PDT
Created attachment 137931 [details]
Patch
Comment 3 Yury Semikhatsky 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?
Comment 4 Pavel Feldman 2012-04-20 02:15:30 PDT
Committed r114729: <http://trac.webkit.org/changeset/114729>