<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [GTK] Scrollbar too large"
href="https://bugs.webkit.org/show_bug.cgi?id=161735#c14">Comment # 14</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [GTK] Scrollbar too large"
href="https://bugs.webkit.org/show_bug.cgi?id=161735">bug 161735</a>
from <span class="vcard"><a class="email" href="mailto:cgarcia@igalia.com" title="Carlos Garcia Campos <cgarcia@igalia.com>"> <span class="fn">Carlos Garcia Campos</span></a>
</span></b>
<pre>Comment on <span class=""><a href="attachment.cgi?id=288568&action=diff" name="attach_288568" title="Patch">attachment 288568</a> <a href="attachment.cgi?id=288568&action=edit" title="Patch">[details]</a></span>
Patch
View in context: <a href="https://bugs.webkit.org/attachment.cgi?id=288568&action=review">https://bugs.webkit.org/attachment.cgi?id=288568&action=review</a>
<span class="quote">>> Source/WebCore/platform/gtk/ScrollbarThemeGtk.cpp:531
>> + static std::unique_ptr<RenderThemeGadget> sliderGadget;
>
> You overwrite it each time you use it, so it doesn't make sense for it to be static, right? Fix this please.</span >
Good catch! this is just wrong, I wanted to copy paste the type from the create method in RenderThemeGadget.h but included the static in the selection, thanks!</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>