Bug 144564

Summary: Remove dead code from TestInvocationCairo.cpp
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: cgarcia, commit-queue, gyuyoung.kim, ossy, zan
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Csaba Osztrogonác 2015-05-04 03:56:15 PDT
void TestInvocation::dumpPixelsAndCompareWithExpected(WKImageRef wkImage, WKArrayRef repaintRects)
has "PLATFORM(EFL) || PLATFORM(GTK)" and "else" implementation. But there isn't any WK2 Cairo 
platform different from EFL or GTK, so the else case is simply dead code, let's remove it.
Comment 1 Csaba Osztrogonác 2015-05-04 03:58:37 PDT
Created attachment 252304 [details]
Patch
Comment 2 WebKit Commit Bot 2015-05-04 08:22:01 PDT
Comment on attachment 252304 [details]
Patch

Clearing flags on attachment: 252304

Committed r183745: <http://trac.webkit.org/changeset/183745>
Comment 3 WebKit Commit Bot 2015-05-04 08:22:04 PDT
All reviewed patches have been landed.  Closing bug.