| Index: Source/core/dom/StyleChangeReason.cpp
|
| diff --git a/Source/core/dom/StyleChangeReason.cpp b/Source/core/dom/StyleChangeReason.cpp
|
| index 675d5a86e001509248a93b2288ee505d05307baf..cac7f58888111d004f290c611c93f02fa5d2f858 100644
|
| --- a/Source/core/dom/StyleChangeReason.cpp
|
| +++ b/Source/core/dom/StyleChangeReason.cpp
|
| @@ -49,7 +49,6 @@ DEFINE_GLOBAL(AtomicString, Active)
|
| DEFINE_GLOBAL(AtomicString, Disabled)
|
| DEFINE_GLOBAL(AtomicString, Focus)
|
| DEFINE_GLOBAL(AtomicString, Hover)
|
| -DEFINE_GLOBAL(AtomicString, Invalid)
|
| DEFINE_GLOBAL(AtomicString, Unresolved)
|
|
|
| void init()
|
| @@ -60,7 +59,6 @@ void init()
|
| new (NotNull, (void*)&Disabled) AtomicString(":disabled", AtomicString::ConstructFromLiteral);
|
| new (NotNull, (void*)&Focus) AtomicString(":focus", AtomicString::ConstructFromLiteral);
|
| new (NotNull, (void*)&Hover) AtomicString(":hover", AtomicString::ConstructFromLiteral);
|
| - new (NotNull, (void*)&Invalid) AtomicString(":invalid", AtomicString::ConstructFromLiteral);
|
| new (NotNull, (void*)&Unresolved) AtomicString(":unresolved", AtomicString::ConstructFromLiteral);
|
| }
|
|
|
|
|