Bug 142859

Summary: [GTK] Fix build break after r181720
Product: WebKit Reporter: Hunseop Jeong <hs85.jeong>
Component: WebKitGTKAssignee: Hunseop Jeong <hs85.jeong>
Status: RESOLVED FIXED    
Severity: Normal CC: clopez, commit-queue, darin, esprehn+autocc, glenn, kondapallykalyan, ossy, rego, sabouhallawa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 142805    
Attachments:
Description Flags
Patch ossy: review+

Description Hunseop Jeong 2015-03-18 20:40:53 PDT
../../Source/WebCore/rendering/RenderImage.cpp: In member function ‘virtual void WebCore::RenderImage::styleDidChange(WebCore::StyleDifference, const WebCore::RenderStyle*)’:
../../Source/WebCore/rendering/RenderImage.cpp:225:57: error: expected ‘)’ before ‘;’ token
         repaintOrMarkForLayout(ImageSizeChangeForAltText;

Fix typo.
Comment 1 Hunseop Jeong 2015-03-18 20:44:16 PDT
Created attachment 249012 [details]
Patch
Comment 2 Csaba Osztrogonác 2015-03-18 23:09:45 PDT
Comment on attachment 249012 [details]
Patch

It's not exactly related to GTK, but !ENABLE(CSS_IMAGE_RESOLUTION).
But the fix is correct, r=me.
Comment 3 Csaba Osztrogonác 2015-03-18 23:11:10 PDT
already fixed by anyone else - http://trac.webkit.org/changeset/181729
Comment 4 Csaba Osztrogonác 2015-03-18 23:12:31 PDT
Hunseop, please add a comment to the original bug too next time,
because folks won't notice that somebody already fixed the build.
Comment 5 Csaba Osztrogonác 2015-03-18 23:18:20 PDT
(In reply to comment #4)
> Hunseop, please add a comment to the original bug too next time,
> because folks won't notice that somebody already fixed the build.

And you can ask for review on #webkit immediately for important buildfix,
feel free to ping the author and the reviewer of the original change
or a random reviewer on #webkit, and then ask them to commit it too
manually, it is much more faster than waiting for commit queue.