Title: [159366] trunk/Source/_javascript_Core
Revision
159366
Author
mhahnenb...@apple.com
Date
2013-11-15 15:47:12 -0800 (Fri, 15 Nov 2013)

Log Message

Remove JSChunk
https://bugs.webkit.org/show_bug.cgi?id=124435

Reviewed by Geoffrey Garen.

It's empty and has been since it was added 3 years ago.

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

Modified Paths

Removed Paths

Diff

Modified: trunk/Source/_javascript_Core/CMakeLists.txt (159365 => 159366)


--- trunk/Source/_javascript_Core/CMakeLists.txt	2013-11-15 23:44:24 UTC (rev 159365)
+++ trunk/Source/_javascript_Core/CMakeLists.txt	2013-11-15 23:47:12 UTC (rev 159366)
@@ -329,7 +329,6 @@
     runtime/JSBoundFunction.cpp
     runtime/JSCJSValue.cpp
     runtime/JSCell.cpp
-    runtime/JSChunk.cpp
     runtime/JSDataView.cpp
     runtime/JSDataViewPrototype.cpp
     runtime/JSDateMath.cpp

Modified: trunk/Source/_javascript_Core/ChangeLog (159365 => 159366)


--- trunk/Source/_javascript_Core/ChangeLog	2013-11-15 23:44:24 UTC (rev 159365)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-11-15 23:47:12 UTC (rev 159366)
@@ -1,5 +1,18 @@
 2013-11-15  Mark Hahnenberg  <mhahnenb...@apple.com>
 
+        Remove JSChunk
+        https://bugs.webkit.org/show_bug.cgi?id=124435
+
+        Reviewed by Geoffrey Garen.
+
+        It's empty and has been since it was added 3 years ago.
+
+        * CMakeLists.txt:
+        * runtime/JSChunk.cpp: Removed.
+        * runtime/JSChunk.h: Removed.
+
+2013-11-15  Mark Hahnenberg  <mhahnenb...@apple.com>
+
         Remove VTableSpectrum
         https://bugs.webkit.org/show_bug.cgi?id=124427
 

Deleted: trunk/Source/_javascript_Core/runtime/JSChunk.cpp (159365 => 159366)


--- trunk/Source/_javascript_Core/runtime/JSChunk.cpp	2013-11-15 23:44:24 UTC (rev 159365)
+++ trunk/Source/_javascript_Core/runtime/JSChunk.cpp	2013-11-15 23:47:12 UTC (rev 159366)
@@ -1,28 +0,0 @@
-/*
- * Copyright (C) 2011 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
- * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
- * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#include "config.h"
-#include "JSChunk.h"
-

Deleted: trunk/Source/_javascript_Core/runtime/JSChunk.h (159365 => 159366)


--- trunk/Source/_javascript_Core/runtime/JSChunk.h	2013-11-15 23:44:24 UTC (rev 159365)
+++ trunk/Source/_javascript_Core/runtime/JSChunk.h	2013-11-15 23:47:12 UTC (rev 159366)
@@ -1,31 +0,0 @@
-/*
- * Copyright (C) 2011 Apple Inc. All rights reserved.
- *
- * Redistribution and use in source and binary forms, with or without
- * modification, are permitted provided that the following conditions
- * are met:
- * 1. Redistributions of source code must retain the above copyright
- *    notice, this list of conditions and the following disclaimer.
- * 2. Redistributions in binary form must reproduce the above copyright
- *    notice, this list of conditions and the following disclaimer in the
- *    documentation and/or other materials provided with the distribution.
- *
- * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
- * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
- * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
- * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
- * THE POSSIBILITY OF SUCH DAMAGE.
- */
-
-#ifndef JSChunk_h
-#define JSChunk_h
-
-
-
-#endif // JSChunk_h
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to