Title: [145404] trunk/Source/WebCore
- Revision
- 145404
- Author
- dgor...@apple.com
- Date
- 2013-03-11 14:20:36 -0700 (Mon, 11 Mar 2013)
Log Message
Fix build for r145397 (part 2)
Unreviewed.
* html/track/TextTrackCue.cpp:
(WebCore::TextTrackCue::getDisplayTree):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (145403 => 145404)
--- trunk/Source/WebCore/ChangeLog 2013-03-11 21:06:44 UTC (rev 145403)
+++ trunk/Source/WebCore/ChangeLog 2013-03-11 21:20:36 UTC (rev 145404)
@@ -1,5 +1,14 @@
2013-03-11 Dima Gorbik <dgor...@apple.com>
+ Fix build for r145397 (part 2)
+
+ Unreviewed.
+
+ * html/track/TextTrackCue.cpp:
+ (WebCore::TextTrackCue::getDisplayTree):
+
+2013-03-11 Dima Gorbik <dgor...@apple.com>
+
Fix build for r145397
Unreviewed.
Modified: trunk/Source/WebCore/html/track/TextTrackCue.cpp (145403 => 145404)
--- trunk/Source/WebCore/html/track/TextTrackCue.cpp 2013-03-11 21:06:44 UTC (rev 145403)
+++ trunk/Source/WebCore/html/track/TextTrackCue.cpp 2013-03-11 21:20:36 UTC (rev 145404)
@@ -743,7 +743,7 @@
// Note: This is contained by default in m_cueBackgroundBox.
m_cueBackgroundBox->setPseudo(cueShadowPseudoId());
- displayTree->appendChild(m_cueBackgroundBox, ASSERT_NO_EXCEPTION, true);
+ displayTree->appendChild(m_cueBackgroundBox, ASSERT_NO_EXCEPTION, AttachLazily);
// FIXME(BUG 79916): Runs of children of WebVTT Ruby Objects that are not
// WebVTT Ruby Text Objects must be wrapped in anonymous boxes whose
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes