Bug 145876 - [EFL] Fix the debug build after r185417.
Summary: [EFL] Fix the debug build after r185417.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Hunseop Jeong
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-11 01:01 PDT by Hunseop Jeong
Modified: 2015-06-11 02:31 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.19 KB, patch)
2015-06-11 01:31 PDT, Hunseop Jeong
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Hunseop Jeong 2015-06-11 01:01:57 PDT
../../Source/WebCore/platform/graphics/efl/ImageBufferEfl.cpp:65:8: error: 'MIMETypeRegistry' has not been declared

EFL port build failed after r185417.
Comment 1 KwangHyuk 2015-06-11 01:14:41 PDT
According to this error, #include "MIMETypeRegistry.h" should be added,

HunSeop,
Could you fix this error ?

However, how can it pass EWS without error ? :(
Comment 2 Hunseop Jeong 2015-06-11 01:31:22 PDT
Created attachment 254713 [details]
Patch
Comment 3 KwangHyuk 2015-06-11 01:37:37 PDT
(In reply to comment #2)
> Created attachment 254713 [details]
> Patch

Thank you, hunseop.

ASSERT statement would be applied for debug build, but for release build. :(
Comment 4 WebKit Commit Bot 2015-06-11 02:31:29 PDT
Comment on attachment 254713 [details]
Patch

Clearing flags on attachment: 254713

Committed r185451: <http://trac.webkit.org/changeset/185451>
Comment 5 WebKit Commit Bot 2015-06-11 02:31:34 PDT
All reviewed patches have been landed.  Closing bug.