Title: [159111] trunk/Source/WebKit2
Revision
159111
Author
o...@webkit.org
Date
2013-11-12 08:16:11 -0800 (Tue, 12 Nov 2013)

Log Message

URTBF after r159108.

* CMakeLists.txt:
* GNUmakefile.list.am:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/CMakeLists.txt (159110 => 159111)


--- trunk/Source/WebKit2/CMakeLists.txt	2013-11-12 15:41:55 UTC (rev 159110)
+++ trunk/Source/WebKit2/CMakeLists.txt	2013-11-12 16:16:11 UTC (rev 159111)
@@ -168,8 +168,9 @@
     Platform/CoreIPC/MessageEncoder.cpp
     Platform/CoreIPC/MessageReceiverMap.cpp
     Platform/CoreIPC/MessageSender.cpp
-    Platform/CoreIPC/StringReference.cpp
 
+    Platform/IPC/StringReference.cpp
+
     PluginProcess/PluginControllerProxy.cpp
     PluginProcess/PluginCreationParameters.cpp
     PluginProcess/PluginProcess.cpp

Modified: trunk/Source/WebKit2/ChangeLog (159110 => 159111)


--- trunk/Source/WebKit2/ChangeLog	2013-11-12 15:41:55 UTC (rev 159110)
+++ trunk/Source/WebKit2/ChangeLog	2013-11-12 16:16:11 UTC (rev 159111)
@@ -1,3 +1,10 @@
+2013-11-12  Csaba Osztrogonác  <o...@webkit.org>
+
+        URTBF after r159108.
+
+        * CMakeLists.txt:
+        * GNUmakefile.list.am:
+
 2013-11-12  Anders Carlsson  <ander...@apple.com>
 
         Move StringReference to Platform/IPC

Modified: trunk/Source/WebKit2/GNUmakefile.list.am (159110 => 159111)


--- trunk/Source/WebKit2/GNUmakefile.list.am	2013-11-12 15:41:55 UTC (rev 159110)
+++ trunk/Source/WebKit2/GNUmakefile.list.am	2013-11-12 16:16:11 UTC (rev 159111)
@@ -287,10 +287,10 @@
 	Source/WebKit2/Platform/CoreIPC/MessageReceiverMap.h \
 	Source/WebKit2/Platform/CoreIPC/MessageSender.cpp \
 	Source/WebKit2/Platform/CoreIPC/MessageSender.h \
-	Source/WebKit2/Platform/CoreIPC/StringReference.cpp \
-	Source/WebKit2/Platform/CoreIPC/StringReference.h \
 	Source/WebKit2/Platform/CoreIPC/unix/AttachmentUnix.cpp \
 	Source/WebKit2/Platform/CoreIPC/unix/ConnectionUnix.cpp \
+	Source/WebKit2/Platform/IPC/StringReference.cpp \
+	Source/WebKit2/Platform/IPC/StringReference.h \
 	Source/WebKit2/Platform/gtk/LoggingGtk.cpp \
 	Source/WebKit2/Platform/gtk/ModuleGtk.cpp \
 	Source/WebKit2/Platform/gtk/WorkQueueGtk.cpp \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to