Title: [164096] trunk/Source/_javascript_Core
Revision
164096
Author
mario.pr...@samsung.com
Date
2014-02-14 03:10:28 -0800 (Fri, 14 Feb 2014)

Log Message

Cleaning the JSStaticScopeObject files left behind after renaming their objects to JSNameScope
https://bugs.webkit.org/show_bug.cgi?id=127595

Patch by Andres Gomez <ago...@igalia.com> on 2014-02-14
Reviewed by Mario Sanchez Prada.

JSStaticScopeObject was renamed to JSNameScope and removed long
ago but the files were left behind empty and the CMake compilation
in need of its existance. Now, we are definitely getting rid of
them.

* CMakeLists.txt:
* runtime/JSStaticScopeObject.cpp: Removed.
* runtime/JSStaticScopeObject.h: Removed.

Modified Paths

Removed Paths

Diff

Modified: trunk/Source/_javascript_Core/CMakeLists.txt (164095 => 164096)


--- trunk/Source/_javascript_Core/CMakeLists.txt	2014-02-14 09:47:10 UTC (rev 164095)
+++ trunk/Source/_javascript_Core/CMakeLists.txt	2014-02-14 11:10:28 UTC (rev 164096)
@@ -409,7 +409,6 @@
     runtime/JSSegmentedVariableObject.cpp
     runtime/JSSet.cpp
     runtime/JSSetIterator.cpp
-    runtime/JSStaticScopeObject.cpp
     runtime/JSString.cpp
     runtime/JSStringJoiner.cpp
     runtime/JSSymbolTableObject.cpp

Modified: trunk/Source/_javascript_Core/ChangeLog (164095 => 164096)


--- trunk/Source/_javascript_Core/ChangeLog	2014-02-14 09:47:10 UTC (rev 164095)
+++ trunk/Source/_javascript_Core/ChangeLog	2014-02-14 11:10:28 UTC (rev 164096)
@@ -1,3 +1,19 @@
+2014-02-14  Andres Gomez  <ago...@igalia.com>
+
+        Cleaning the JSStaticScopeObject files left behind after renaming their objects to JSNameScope
+        https://bugs.webkit.org/show_bug.cgi?id=127595
+
+        Reviewed by Mario Sanchez Prada.
+
+        JSStaticScopeObject was renamed to JSNameScope and removed long
+        ago but the files were left behind empty and the CMake compilation
+        in need of its existance. Now, we are definitely getting rid of
+        them.
+
+        * CMakeLists.txt:
+        * runtime/JSStaticScopeObject.cpp: Removed.
+        * runtime/JSStaticScopeObject.h: Removed.
+
 2014-02-13  Filip Pizlo  <fpi...@apple.com>
 
         Kill some of the last vestiges of the C++ interpreter's PICs

Deleted: trunk/Source/_javascript_Core/runtime/JSStaticScopeObject.cpp ( => )


Deleted: trunk/Source/_javascript_Core/runtime/JSStaticScopeObject.h
===================================================================
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to