Title: [160314] trunk/Source/WebCore
Revision
160314
Author
[email protected]
Date
2013-12-09 10:30:31 -0800 (Mon, 09 Dec 2013)

Log Message

[Nix] Fix file name typo in PlatformNix.cmake
https://bugs.webkit.org/show_bug.cgi?id=125457

Patch by Nick Diego Yamane <[email protected]> on 2013-12-09
Reviewed by Gustavo Noronha Silva.

Wrong file name introduced in http://trac.webkit.org/changeset/160310.
* PlatformNix.cmake:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (160313 => 160314)


--- trunk/Source/WebCore/ChangeLog	2013-12-09 18:30:18 UTC (rev 160313)
+++ trunk/Source/WebCore/ChangeLog	2013-12-09 18:30:31 UTC (rev 160314)
@@ -1,3 +1,13 @@
+2013-12-09  Nick Diego Yamane  <[email protected]>
+
+        [Nix] Fix file name typo in PlatformNix.cmake
+        https://bugs.webkit.org/show_bug.cgi?id=125457
+
+        Reviewed by Gustavo Noronha Silva.
+
+        Wrong file name introduced in http://trac.webkit.org/changeset/160310.
+        * PlatformNix.cmake:
+
 2013-12-09  Brendan Long  <[email protected]>
 
         [GStreamer] Memory leak due to incorrect use of gst_tag_list_merge in TextCombinerGStreamer

Modified: trunk/Source/WebCore/PlatformNix.cmake (160313 => 160314)


--- trunk/Source/WebCore/PlatformNix.cmake	2013-12-09 18:30:18 UTC (rev 160313)
+++ trunk/Source/WebCore/PlatformNix.cmake	2013-12-09 18:30:31 UTC (rev 160314)
@@ -79,7 +79,7 @@
     platform/gtk/LoggingGtk.cpp
     platform/gtk/SharedBufferGtk.cpp
 
-    platform/soup/SharedBuferSoup.cpp
+    platform/soup/SharedBufferSoup.cpp
 
     platform/image-decoders/cairo/ImageDecoderCairo.cpp
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to