Title: [185451] trunk/Source/WebCore
Revision
185451
Author
[email protected]
Date
2015-06-11 02:30:55 -0700 (Thu, 11 Jun 2015)

Log Message

[EFL] Fix the debug build after r185417.
https://bugs.webkit.org/show_bug.cgi?id=145876

Patch by Hunseop Jeong <[email protected]> on 2015-06-11
Reviewed by Gyuyoung Kim.

* platform/graphics/efl/ImageBufferEfl.cpp: added the missing "MIMETypeRegistry.h".

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (185450 => 185451)


--- trunk/Source/WebCore/ChangeLog	2015-06-11 07:00:17 UTC (rev 185450)
+++ trunk/Source/WebCore/ChangeLog	2015-06-11 09:30:55 UTC (rev 185451)
@@ -1,3 +1,12 @@
+2015-06-11  Hunseop Jeong  <[email protected]>
+
+        [EFL] Fix the debug build after r185417.
+        https://bugs.webkit.org/show_bug.cgi?id=145876 
+
+        Reviewed by Gyuyoung Kim.
+
+        * platform/graphics/efl/ImageBufferEfl.cpp: added the missing "MIMETypeRegistry.h".
+
 2015-06-11  Myles C. Maxfield  <[email protected]>
 
         [iOS] Tahoma isn't installed on iOS, so there is no need to blacklist it

Modified: trunk/Source/WebCore/platform/graphics/efl/ImageBufferEfl.cpp (185450 => 185451)


--- trunk/Source/WebCore/platform/graphics/efl/ImageBufferEfl.cpp	2015-06-11 07:00:17 UTC (rev 185450)
+++ trunk/Source/WebCore/platform/graphics/efl/ImageBufferEfl.cpp	2015-06-11 09:30:55 UTC (rev 185451)
@@ -26,6 +26,7 @@
 #include "config.h"
 #include "ImageBuffer.h"
 
+#include "MIMETypeRegistry.h"
 #include "image-encoders/JPEGImageEncoder.h"
 
 #include <cairo.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to