Title: [130257] trunk/Source/WebKit2
Revision
130257
Author
[email protected]
Date
2012-10-02 23:57:00 -0700 (Tue, 02 Oct 2012)

Log Message

Unreviewed build fix for the GTK port after r130207.
Use proper file separators for new entries.

* GNUmakefile.list.am:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (130256 => 130257)


--- trunk/Source/WebKit2/ChangeLog	2012-10-03 06:31:31 UTC (rev 130256)
+++ trunk/Source/WebKit2/ChangeLog	2012-10-03 06:57:00 UTC (rev 130257)
@@ -1,3 +1,10 @@
+2012-10-02  Zan Dobersek  <[email protected]>
+
+        Unreviewed build fix for the GTK port after r130207.
+        Use proper file separators for new entries.
+
+        * GNUmakefile.list.am:
+
 2012-10-02  Joone Hur  <[email protected]>
 
         Unreviewed, GTK+,Efl debug build fix after r130225.

Modified: trunk/Source/WebKit2/GNUmakefile.list.am (130256 => 130257)


--- trunk/Source/WebKit2/GNUmakefile.list.am	2012-10-03 06:31:31 UTC (rev 130256)
+++ trunk/Source/WebKit2/GNUmakefile.list.am	2012-10-03 06:57:00 UTC (rev 130257)
@@ -254,9 +254,9 @@
 	Source/WebKit2/Platform/CoreIPC/DataReference.h \
 	Source/WebKit2/Platform/CoreIPC/HandleMessage.h \
 	Source/WebKit2/Platform/CoreIPC/MessageID.h \
-	Source.WebKit2/Platform/CoreIPC/MessageReceiver.h \
-	Source.WebKit2/Platform/CoreIPC/MessageReceiverMap.cpp \
-	Source.WebKit2/Platform/CoreIPC/MessageReceiverMap.h \
+	Source/WebKit2/Platform/CoreIPC/MessageReceiver.h \
+	Source/WebKit2/Platform/CoreIPC/MessageReceiverMap.cpp \
+	Source/WebKit2/Platform/CoreIPC/MessageReceiverMap.h \
 	Source/WebKit2/Platform/CoreIPC/MessageSender.h \
 	Source/WebKit2/Platform/CoreIPC/unix/AttachmentUnix.cpp \
 	Source/WebKit2/Platform/CoreIPC/unix/ConnectionUnix.cpp \
@@ -1217,9 +1217,9 @@
 	Source/WebKit2/Platform/CoreIPC/DataReference.h \
 	Source/WebKit2/Platform/CoreIPC/HandleMessage.h \
 	Source/WebKit2/Platform/CoreIPC/MessageID.h \
-	Source.WebKit2/Platform/CoreIPC/MessageReceiver.h \
-	Source.WebKit2/Platform/CoreIPC/MessageReceiverMap.cpp \
-	Source.WebKit2/Platform/CoreIPC/MessageReceiverMap.h \
+	Source/WebKit2/Platform/CoreIPC/MessageReceiver.h \
+	Source/WebKit2/Platform/CoreIPC/MessageReceiverMap.cpp \
+	Source/WebKit2/Platform/CoreIPC/MessageReceiverMap.h \
 	Source/WebKit2/Platform/CoreIPC/MessageSender.h \
 	Source/WebKit2/Platform/CoreIPC/unix/AttachmentUnix.cpp \
 	Source/WebKit2/Platform/CoreIPC/unix/ConnectionUnix.cpp \
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to