Title: [90241] trunk/Source/_javascript_Core
Revision
90241
Author
[email protected]
Date
2011-07-01 09:56:33 -0700 (Fri, 01 Jul 2011)

Log Message

2011-07-01  Adam Roben  <[email protected]>

        Roll out r90194
        http://trac.webkit.org/changeset/90194
        https://bugs.webkit.org/show_bug.cgi?id=63778

        Fixes <http://webkit.org/b/63812> REGRESSION (r90194): Multiple tests intermittently failing
        assertions in WriteBarrierBase<JSC::Structure>::get

        * runtime/JSCell.h:
        (JSC::JSCell::JSCell::~JSCell):

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (90240 => 90241)


--- trunk/Source/_javascript_Core/ChangeLog	2011-07-01 16:56:20 UTC (rev 90240)
+++ trunk/Source/_javascript_Core/ChangeLog	2011-07-01 16:56:33 UTC (rev 90241)
@@ -1,3 +1,15 @@
+2011-07-01  Adam Roben  <[email protected]>
+
+        Roll out r90194
+        http://trac.webkit.org/changeset/90194
+        https://bugs.webkit.org/show_bug.cgi?id=63778
+
+        Fixes <http://webkit.org/b/63812> REGRESSION (r90194): Multiple tests intermittently failing
+        assertions in WriteBarrierBase<JSC::Structure>::get
+
+        * runtime/JSCell.h:
+        (JSC::JSCell::JSCell::~JSCell):
+
 2011-06-30  Oliver Hunt  <[email protected]>
 
         Reviewed by Gavin Barraclough.

Modified: trunk/Source/_javascript_Core/runtime/JSCell.h (90240 => 90241)


--- trunk/Source/_javascript_Core/runtime/JSCell.h	2011-07-01 16:56:20 UTC (rev 90240)
+++ trunk/Source/_javascript_Core/runtime/JSCell.h	2011-07-01 16:56:33 UTC (rev 90241)
@@ -186,9 +186,6 @@
 
     inline JSCell::~JSCell()
     {
-#if ENABLE(GC_VALIDATION)
-        m_structure.clear();
-#endif
     }
 
     inline Structure* JSCell::structure() const
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to