Bug 51654 - [GTK] RenderThemeGtk::m_HScale and RenderThemeGtk::m_VScale are not initialized
Summary: [GTK] RenderThemeGtk::m_HScale and RenderThemeGtk::m_VScale are not initialized
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P3 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2010-12-27 14:20 PST by Martin Robinson
Modified: 2010-12-27 15:24 PST (History)
3 users (show)

See Also:


Attachments
Patch for this issue (1.46 KB, patch)
2010-12-27 14:30 PST, Martin Robinson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Robinson 2010-12-27 14:20:18 PST
These members are never initialized to zero, as they should be. This can lead to test crashes in some debug configurations.
Comment 1 Martin Robinson 2010-12-27 14:30:10 PST
Created attachment 77520 [details]
Patch for this issue
Comment 2 Martin Robinson 2010-12-27 14:32:12 PST
(In reply to comment #1)
> Created an attachment (id=77520) [details]
> Patch for this issue

I fixed the bug title here and in the patch.
Comment 3 Martin Robinson 2010-12-27 14:37:46 PST
Committed r74696: <http://trac.webkit.org/changeset/74696>
Comment 4 WebKit Review Bot 2010-12-27 15:24:56 PST
http://trac.webkit.org/changeset/74696 might have broken GTK Linux 64-bit Debug