Bug 144564 - Remove dead code from TestInvocationCairo.cpp
Summary: Remove dead code from TestInvocationCairo.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-04 03:56 PDT by Csaba Osztrogonác
Modified: 2015-05-04 08:22 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.75 KB, patch)
2015-05-04 03:58 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.