Bug 94489

Summary: Web Inspector: NMI: wrong size was reported for immutable StylePropertySet
Product: WebKit Reporter: Ilya Tikhonovsky <loislo>
Component: Web Inspector (Deprecated)Assignee: Ilya Tikhonovsky <loislo>
Status: RESOLVED FIXED    
Severity: Normal CC: alph, apavlov, bweinstein, cmarcelo, joepeck, keishi, loislo, macpherson, menard, pfeldman, pmuellr, rik, timothy, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 87262    
Attachments:
Description Flags
Patch yurys: review+

Description Ilya Tikhonovsky 2012-08-20 09:49:41 PDT
EOM
Comment 1 Ilya Tikhonovsky 2012-08-20 09:59:33 PDT
Created attachment 159461 [details]
Patch
Comment 2 Yury Semikhatsky 2012-08-21 00:06:41 PDT
Comment on attachment 159461 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=159461&action=review

> Source/WebCore/ChangeLog:8
> +        Immutable StylePropertySet is creating via placement new.

creating -> created
Comment 3 Ilya Tikhonovsky 2012-08-21 00:18:13 PDT
Committed r126139: <http://trac.webkit.org/changeset/126139>