Title: [147521] trunk/Source/WebCore
Revision
147521
Author
[email protected]
Date
2013-04-02 23:40:30 -0700 (Tue, 02 Apr 2013)

Log Message

Unreviewed, rolling out r147370.
http://trac.webkit.org/changeset/147370
https://bugs.webkit.org/show_bug.cgi?id=113850

This patch is causing crashes in video tests on all Mac bots.
(Requested by jernoble_ on #webkit).

Patch by Sheriff Bot <[email protected]> on 2013-04-02

* html/HTMLMediaElement.cpp:
(WebCore::HTMLMediaElement::~HTMLMediaElement):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (147520 => 147521)


--- trunk/Source/WebCore/ChangeLog	2013-04-03 06:17:21 UTC (rev 147520)
+++ trunk/Source/WebCore/ChangeLog	2013-04-03 06:40:30 UTC (rev 147521)
@@ -1,3 +1,15 @@
+2013-04-02  Sheriff Bot  <[email protected]>
+
+        Unreviewed, rolling out r147370.
+        http://trac.webkit.org/changeset/147370
+        https://bugs.webkit.org/show_bug.cgi?id=113850
+
+        This patch is causing crashes in video tests on all Mac bots.
+        (Requested by jernoble_ on #webkit).
+
+        * html/HTMLMediaElement.cpp:
+        (WebCore::HTMLMediaElement::~HTMLMediaElement):
+
 2013-04-02  James Craig  <[email protected]>
 
         AXRoleDescripton for DL is "list"; should be "description list"

Modified: trunk/Source/WebCore/html/HTMLMediaElement.cpp (147520 => 147521)


--- trunk/Source/WebCore/html/HTMLMediaElement.cpp	2013-04-03 06:17:21 UTC (rev 147520)
+++ trunk/Source/WebCore/html/HTMLMediaElement.cpp	2013-04-03 06:40:30 UTC (rev 147521)
@@ -349,9 +349,6 @@
 #endif
 
     removeElementFromDocumentMap(this, document());
-
-    m_completelyLoaded = true;
-    clearMediaPlayer(-1);
 }
 
 void HTMLMediaElement::didMoveToNewDocument(Document* oldDocument)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to