Title: [159165] trunk/Source/WebKit2
Revision
159165
Author
[email protected]
Date
2013-11-12 17:24:54 -0800 (Tue, 12 Nov 2013)

Log Message

[EFL][GTK] Remove MutableArray leftovers from build systems
https://bugs.webkit.org/show_bug.cgi?id=124248

Patch by Nick Diego Yamane <[email protected]> on 2013-11-12
Reviewed by Anders Carlsson.

MutableArray.cpp and .h file has been removed by r159155.

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

Modified Paths

Diff

Modified: trunk/Source/WebKit2/CMakeLists.txt (159164 => 159165)


--- trunk/Source/WebKit2/CMakeLists.txt	2013-11-13 01:13:52 UTC (rev 159164)
+++ trunk/Source/WebKit2/CMakeLists.txt	2013-11-13 01:24:54 UTC (rev 159165)
@@ -189,7 +189,6 @@
     Shared/FontInfo.cpp
     Shared/ImmutableArray.cpp
     Shared/ImmutableDictionary.cpp
-    Shared/MutableArray.cpp
     Shared/MutableDictionary.cpp
     Shared/OriginAndDatabases.cpp
     Shared/PlatformPopupMenuData.cpp

Modified: trunk/Source/WebKit2/ChangeLog (159164 => 159165)


--- trunk/Source/WebKit2/ChangeLog	2013-11-13 01:13:52 UTC (rev 159164)
+++ trunk/Source/WebKit2/ChangeLog	2013-11-13 01:24:54 UTC (rev 159165)
@@ -1,3 +1,15 @@
+2013-11-12  Nick Diego Yamane  <[email protected]>
+
+        [EFL][GTK] Remove MutableArray leftovers from build systems
+        https://bugs.webkit.org/show_bug.cgi?id=124248
+
+        Reviewed by Anders Carlsson.
+
+        MutableArray.cpp and .h file has been removed by r159155.
+
+        * CMakeLists.txt:
+        * GNUmakefile.list.am:
+
 2013-11-12  Anders Carlsson  <[email protected]>
 
         Rename APIObject to API::Object

Modified: trunk/Source/WebKit2/GNUmakefile.list.am (159164 => 159165)


--- trunk/Source/WebKit2/GNUmakefile.list.am	2013-11-13 01:13:52 UTC (rev 159164)
+++ trunk/Source/WebKit2/GNUmakefile.list.am	2013-11-13 01:24:54 UTC (rev 159165)
@@ -444,8 +444,6 @@
 	Source/WebKit2/Shared/ImmutableDictionary.cpp \
 	Source/WebKit2/Shared/ImmutableDictionary.h \
 	Source/WebKit2/Shared/LayerTreeContext.h \
-	Source/WebKit2/Shared/MutableArray.cpp \
-	Source/WebKit2/Shared/MutableArray.h \
 	Source/WebKit2/Shared/MutableDictionary.cpp \
 	Source/WebKit2/Shared/MutableDictionary.h \
 	Source/WebKit2/Shared/NativeWebKeyboardEvent.h \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to