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 e3eda0fef863a99f53a38c60204b136069ccaf5c..659990e3102325322a98dcc9d66d3bc8631b056d 100644 |
--- a/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp |
+++ b/third_party/WebKit/Source/core/dom/StyleChangeReason.cpp |
@@ -35,6 +35,7 @@ const char PseudoClass[] = "PseudoClass"; |
const char SVGContainerSizeChange[] = "SVGContainerSizeChange"; |
const char SVGCursor[] = "SVGCursor"; |
const char SVGFilterLayerUpdate[] = "SVGFilterLayerUpdate"; |
+const char Settings[] = "Settings"; |
const char Shadow[] = "Shadow"; |
const char SiblingSelector[] = "SiblingSelector"; |
const char StyleInvalidator[] = "StyleInvalidator"; |