Title: [87193] trunk/Source/WebCore
Revision
87193
Author
[email protected]
Date
2011-05-24 13:07:05 -0700 (Tue, 24 May 2011)

Log Message

2011-05-24  Leandro Pereira  <[email protected]>

        [EFL] Build fix.

        * CMakeLists.txt: Also build platform/network/ContentTypeParser.cpp,
        added by r86289.

Modified Paths

Diff

Modified: trunk/Source/WebCore/CMakeLists.txt (87192 => 87193)


--- trunk/Source/WebCore/CMakeLists.txt	2011-05-24 20:03:50 UTC (rev 87192)
+++ trunk/Source/WebCore/CMakeLists.txt	2011-05-24 20:07:05 UTC (rev 87193)
@@ -1160,6 +1160,7 @@
     platform/network/BlobRegistryImpl.cpp
     platform/network/BlobResourceHandle.cpp
     platform/network/Credential.cpp
+    platform/network/ContentTypeParser.cpp
     platform/network/DataURL.cpp
     platform/network/FormDataBuilder.cpp
     platform/network/FormData.cpp

Modified: trunk/Source/WebCore/ChangeLog (87192 => 87193)


--- trunk/Source/WebCore/ChangeLog	2011-05-24 20:03:50 UTC (rev 87192)
+++ trunk/Source/WebCore/ChangeLog	2011-05-24 20:07:05 UTC (rev 87193)
@@ -2,6 +2,13 @@
 
         [EFL] Build fix.
 
+        * CMakeLists.txt: Also build platform/network/ContentTypeParser.cpp,
+        added by r86289.
+
+2011-05-24  Leandro Pereira  <[email protected]>
+
+        [EFL] Build fix.
+
         * bridge/runtime_root.cpp: Include <heap/Weak.h> instead of
         <_javascript_Core/Weak.h>.
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to