| Index: Source/core/html/HTMLLIElement.cpp
|
| diff --git a/Source/core/html/HTMLLIElement.cpp b/Source/core/html/HTMLLIElement.cpp
|
| index fac38308ec7166222f007aa95f863ecc83347b77..89165af762a54891962704f6d1f4c4b211b115d9 100644
|
| --- a/Source/core/html/HTMLLIElement.cpp
|
| +++ b/Source/core/html/HTMLLIElement.cpp
|
| @@ -86,7 +86,7 @@ void HTMLLIElement::parseAttribute(const QualifiedName& name, const AtomicString
|
|
|
| void HTMLLIElement::attach(const AttachContext& context)
|
| {
|
| - ASSERT(!attached());
|
| + ASSERT(!confusingAndOftenMisusedAttached());
|
|
|
| HTMLElement::attach(context);
|
|
|
|
|