| Index: Source/core/html/MediaDocument.cpp
|
| diff --git a/Source/core/html/MediaDocument.cpp b/Source/core/html/MediaDocument.cpp
|
| index a7bc4f86f4b5235ca571e6b78babc324f2d6865a..858741cbd9a41bc82c0ab2c675c8a09c7a6253d1 100644
|
| --- a/Source/core/html/MediaDocument.cpp
|
| +++ b/Source/core/html/MediaDocument.cpp
|
| @@ -99,7 +99,7 @@ void MediaDocumentParser::createDocumentStructure()
|
| media->appendChild(source.release(), ASSERT_NO_EXCEPTION, AttachLazily);
|
|
|
| RefPtr<HTMLBodyElement> body = HTMLBodyElement::create(document());
|
| - body->appendChild(media.release(), ASSERT_NO_EXCEPTION);
|
| + body->appendChild(media.release(), ASSERT_NO_EXCEPTION, DeprecatedAttachNow);
|
|
|
| rootElement->appendChild(head.release(), ASSERT_NO_EXCEPTION, AttachLazily);
|
| rootElement->appendChild(body.release(), ASSERT_NO_EXCEPTION, AttachLazily);
|
|
|