Title: [103145] trunk/Source/WebCore
Revision
103145
Author
ph...@webkit.org
Date
2011-12-17 00:59:29 -0800 (Sat, 17 Dec 2011)

Log Message

Unreviewed, GTK build fix after r103131.

* GNUmakefile.list.am: Fix typo... s/.cop/.cpp

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (103144 => 103145)


--- trunk/Source/WebCore/ChangeLog	2011-12-17 06:35:29 UTC (rev 103144)
+++ trunk/Source/WebCore/ChangeLog	2011-12-17 08:59:29 UTC (rev 103145)
@@ -1,3 +1,9 @@
+2011-12-17  Philippe Normand  <pnorm...@igalia.com>
+
+        Unreviewed, GTK build fix after r103131.
+
+        * GNUmakefile.list.am: Fix typo... s/.cop/.cpp
+
 2011-12-16  Benjamin Poulain  <bpoul...@apple.com>
 
         FEComposite does not build when you disable filters on ARMv7

Modified: trunk/Source/WebCore/GNUmakefile.list.am (103144 => 103145)


--- trunk/Source/WebCore/GNUmakefile.list.am	2011-12-17 06:35:29 UTC (rev 103144)
+++ trunk/Source/WebCore/GNUmakefile.list.am	2011-12-17 08:59:29 UTC (rev 103145)
@@ -2510,7 +2510,7 @@
 	Source/WebCore/platform/GeolocationService.cpp \
 	Source/WebCore/platform/GeolocationService.h \
 	Source/WebCore/platform/HashTools.h \
-	Source/WebCore/platform/HistogramSupport.cop \
+	Source/WebCore/platform/HistogramSupport.cpp \
 	Source/WebCore/platform/HistogramSupport.h \
 	Source/WebCore/platform/graphics/BitmapImage.cpp \
 	Source/WebCore/platform/graphics/BitmapImage.h \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to