Title: [169839] trunk/Source/WebCore
Revision
169839
Author
[email protected]
Date
2014-06-11 14:33:24 -0700 (Wed, 11 Jun 2014)

Log Message

[CMake]URTBF after r169826.

* CMakeLists.txt: Typo fix.

Modified Paths

Diff

Modified: trunk/Source/WebCore/CMakeLists.txt (169838 => 169839)


--- trunk/Source/WebCore/CMakeLists.txt	2014-06-11 21:32:53 UTC (rev 169838)
+++ trunk/Source/WebCore/CMakeLists.txt	2014-06-11 21:33:24 UTC (rev 169839)
@@ -3323,7 +3323,7 @@
     OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/HTTPHeaderNames.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/HTTPHeaderNames.gperf ${DERIVED_SOURCES_WEBCORE_DIR}/HTTPHeaderNames.h
     MAIN_DEPENDENCY ${WEBCORE_DIR}/platform/network/HTTPHeaderNames.in
     DEPENDS ${WEBCORE_DIR}/platform/network/create-http-header-name-table
-    COMMAND ${PYTHON_EXECUTABLE} ${WEBCORE_DIR}/html/parser/create-http-header-name-table ${WEBCORE_DIR}/platform/network/HTTPHeaderNames.in
+    COMMAND ${PYTHON_EXECUTABLE} ${WEBCORE_DIR}/platform/network/create-http-header-name-table ${WEBCORE_DIR}/platform/network/HTTPHeaderNames.in
     VERBATIM)
 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/HTTPHeaderNames.cpp)
 

Modified: trunk/Source/WebCore/ChangeLog (169838 => 169839)


--- trunk/Source/WebCore/ChangeLog	2014-06-11 21:32:53 UTC (rev 169838)
+++ trunk/Source/WebCore/ChangeLog	2014-06-11 21:33:24 UTC (rev 169839)
@@ -1,3 +1,9 @@
+2014-06-11  Csaba Osztrogonác  <[email protected]>
+
+        [CMake]URTBF after r169826.
+
+        * CMakeLists.txt: Typo fix.
+
 2014-06-11  Anders Carlsson  <[email protected]>
 
         Get rid of an unneeded HTTPHeaderMap::remove overload
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to