Title: [112269] trunk/Source/WebCore
Revision
112269
Author
[email protected]
Date
2012-03-27 08:01:00 -0700 (Tue, 27 Mar 2012)

Log Message

Assertion failure in acid2.

Rubber-stamped by Andreas Kling.

Remove assert added in http://trac.webkit.org/changeset/112258. It seems insertedInto/removedFromDocument
don't always pair.

* svg/SVGDocumentExtensions.cpp:
(WebCore::SVGDocumentExtensions::~SVGDocumentExtensions):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (112268 => 112269)


--- trunk/Source/WebCore/ChangeLog	2012-03-27 14:55:27 UTC (rev 112268)
+++ trunk/Source/WebCore/ChangeLog	2012-03-27 15:01:00 UTC (rev 112269)
@@ -1,3 +1,15 @@
+2012-03-27  Antti Koivisto  <[email protected]>
+
+        Assertion failure in acid2.
+
+        Rubber-stamped by Andreas Kling.
+
+        Remove assert added in http://trac.webkit.org/changeset/112258. It seems insertedInto/removedFromDocument
+        don't always pair.
+
+        * svg/SVGDocumentExtensions.cpp:
+        (WebCore::SVGDocumentExtensions::~SVGDocumentExtensions):
+
 2012-03-27  Yury Semikhatsky  <[email protected]>
 
         Web Inspector: simplify heap profiler front-end

Modified: trunk/Source/WebCore/svg/SVGDocumentExtensions.cpp (112268 => 112269)


--- trunk/Source/WebCore/svg/SVGDocumentExtensions.cpp	2012-03-27 14:55:27 UTC (rev 112268)
+++ trunk/Source/WebCore/svg/SVGDocumentExtensions.cpp	2012-03-27 15:01:00 UTC (rev 112269)
@@ -50,8 +50,6 @@
 
 SVGDocumentExtensions::~SVGDocumentExtensions()
 {
-    ASSERT(m_svgFontFaceElements.isEmpty());
-
     deleteAllValues(m_animatedElements);
     deleteAllValues(m_pendingResources);
     deleteAllValues(m_pendingResourcesForRemoval);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to