| Index: third_party/WebKit/Source/core/dom/StyleChangeReason.h
|
| diff --git a/third_party/WebKit/Source/core/dom/StyleChangeReason.h b/third_party/WebKit/Source/core/dom/StyleChangeReason.h
|
| index 04713dfd2c3bd784bdf2ab5af10b675b177e623d..1a10158ddae39433477a9a461db6def6d610d666 100644
|
| --- a/third_party/WebKit/Source/core/dom/StyleChangeReason.h
|
| +++ b/third_party/WebKit/Source/core/dom/StyleChangeReason.h
|
| @@ -33,6 +33,8 @@ extern const char Language[];
|
| extern const char LinkColorChange[];
|
| extern const char PlatformColorChange[];
|
| extern const char PropagateInheritChangeToDistributedNodes[];
|
| +extern const char PropertyRegistration[];
|
| +extern const char PropertyUnregistration[];
|
| extern const char PseudoClass[];
|
| extern const char SVGContainerSizeChange[];
|
| extern const char SVGCursor[];
|
|
|