| Index: Source/core/dom/StyleChangeReason.h
|
| diff --git a/Source/core/dom/StyleChangeReason.h b/Source/core/dom/StyleChangeReason.h
|
| index ba719292bb0f1d68a51902570dfe5c3e8c595086..d647ef7ec4005a6efd274cc8ef73c3f5e1136675 100644
|
| --- a/Source/core/dom/StyleChangeReason.h
|
| +++ b/Source/core/dom/StyleChangeReason.h
|
| @@ -55,6 +55,7 @@ extern const AtomicString& Active;
|
| extern const AtomicString& Disabled;
|
| extern const AtomicString& Focus;
|
| extern const AtomicString& Hover;
|
| +extern const AtomicString& Past;
|
| extern const AtomicString& Unresolved;
|
|
|
| void init();
|
|
|