Bug 24360 - Upstream Chromium Linux build fix
Summary: Upstream Chromium Linux build fix
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-04 10:33 PST by Adam Langley
Modified: 2009-03-04 16:57 PST (History)
0 users

See Also:


Attachments
patch (1.98 KB, patch)
2009-03-04 10:35 PST, Adam Langley
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Langley 2009-03-04 10:33:50 PST
r41362 mistakenly added functions "RenderThemeWin::" into RenderThemeChromiumGtk.cpp. When correcting this, I somehow changed them to void return types. This patch switches them back to ints.
Comment 1 Adam Langley 2009-03-04 10:35:42 PST
Created attachment 28272 [details]
patch
Comment 2 Darin Adler 2009-03-04 10:36:34 PST
Comment on attachment 28272 [details]
patch

r=me
Comment 3 Eric Seidel (no email) 2009-03-04 16:57:43 PST
WebCore/rendering/RenderThemeChromiumLinux.cpp: locally modified
	M	WebCore/ChangeLog
	M	WebCore/rendering/RenderThemeChromiumLinux.cpp
Committed r41438