Bug 94489 - Web Inspector: NMI: wrong size was reported for immutable StylePropertySet
Summary: Web Inspector: NMI: wrong size was reported for immutable StylePropertySet
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: Ilya Tikhonovsky
URL:
Keywords:
Depends on:
Blocks: 87262
  Show dependency treegraph
 
Reported: 2012-08-20 09:49 PDT by Ilya Tikhonovsky
Modified: 2012-08-21 06:48 PDT (History)
15 users (show)

See Also:


Attachments
Patch (4.46 KB, patch)
2012-08-20 09:59 PDT, Ilya Tikhonovsky
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>