Title: [123817] trunk/Source/_javascript_Core
Revision
123817
Author
[email protected]
Date
2012-07-26 17:11:44 -0700 (Thu, 26 Jul 2012)

Log Message

JSObject::reallocateStorageIfNecessary is neither used nor defined
https://bugs.webkit.org/show_bug.cgi?id=92417

Reviewed by Mark Rowe.

* runtime/JSObject.h:
(JSObject):

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (123816 => 123817)


--- trunk/Source/_javascript_Core/ChangeLog	2012-07-27 00:05:53 UTC (rev 123816)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-07-27 00:11:44 UTC (rev 123817)
@@ -1,3 +1,13 @@
+2012-07-26  Filip Pizlo  <[email protected]>
+
+        JSObject::reallocateStorageIfNecessary is neither used nor defined
+        https://bugs.webkit.org/show_bug.cgi?id=92417
+
+        Reviewed by Mark Rowe.
+
+        * runtime/JSObject.h:
+        (JSObject):
+
 2012-07-26  Mark Hahnenberg  <[email protected]>
 
         Allocate Structures in a separate part of the Heap

Modified: trunk/Source/_javascript_Core/runtime/JSObject.h (123816 => 123817)


--- trunk/Source/_javascript_Core/runtime/JSObject.h	2012-07-27 00:05:53 UTC (rev 123816)
+++ trunk/Source/_javascript_Core/runtime/JSObject.h	2012-07-27 00:11:44 UTC (rev 123817)
@@ -272,7 +272,6 @@
         JS_EXPORT_PRIVATE PropertyStorage growOutOfLineStorage(JSGlobalData&, size_t oldSize, size_t newSize);
         void setOutOfLineStorage(JSGlobalData&, PropertyStorage, Structure*);
         
-        bool reallocateStorageIfNecessary(JSGlobalData&, unsigned oldCapacity, Structure*);
         void setStructureAndReallocateStorageIfNecessary(JSGlobalData&, unsigned oldCapacity, Structure*);
         void setStructureAndReallocateStorageIfNecessary(JSGlobalData&, Structure*);
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to