| Index: Source/core/html/HTMLMediaElement.cpp
|
| diff --git a/Source/core/html/HTMLMediaElement.cpp b/Source/core/html/HTMLMediaElement.cpp
|
| index 8a1546e51357323bf0d191332f5a3f13af1842ce..a3ccaa9ad6a54c095357a746a43dd1c048cdd436 100644
|
| --- a/Source/core/html/HTMLMediaElement.cpp
|
| +++ b/Source/core/html/HTMLMediaElement.cpp
|
| @@ -549,7 +549,7 @@ void HTMLMediaElement::removedFrom(ContainerNode* insertionPoint)
|
|
|
| void HTMLMediaElement::attach(const AttachContext& context)
|
| {
|
| - ASSERT(!attached());
|
| + ASSERT(!confusingAndOftenMisusedAttached());
|
|
|
| HTMLElement::attach(context);
|
|
|
|
|