Index: third_party/WebKit/Source/core/dom/StyleChangeReason.cpp |
diff --git a/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp b/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp |
index 4c496622f27e259280489cfba0581485a30be884..97dfd1b8f1d38ccbf54f03621de4fee95b4baec5 100644 |
--- a/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp |
+++ b/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp |
@@ -29,6 +29,8 @@ const char Language[] = "Language"; |
const char LinkColorChange[] = "LinkColorChange"; |
const char PlatformColorChange[] = "PlatformColorChange"; |
const char PropagateInheritChangeToDistributedNodes[] = "PropagateInheritChangeToDistributedNodes"; |
+const char PropertyRegistration[] = "PropertyRegistration"; |
+const char PropertyUnregistration[] = "PropertyUnregistration"; |
const char PseudoClass[] = "PseudoClass"; |
const char SVGContainerSizeChange[] = "SVGContainerSizeChange"; |
const char SVGCursor[] = "SVGCursor"; |