| Index: third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| diff --git a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| index 2dd256265e32e92a722a18f0d81544ef7fb5d361..f4f1deb4e59c2372829a5c3bd0c1accbf1ead198 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| @@ -150,6 +150,7 @@ const char* pseudoTypeToString(CSSSelector::PseudoType pseudoType)
|
| DEFINE_STRING_MAPPING(PseudoHost)
|
| DEFINE_STRING_MAPPING(PseudoHostContext)
|
| DEFINE_STRING_MAPPING(PseudoShadow)
|
| + DEFINE_STRING_MAPPING(PseudoSlotted)
|
| DEFINE_STRING_MAPPING(PseudoSpatialNavigationFocus)
|
| DEFINE_STRING_MAPPING(PseudoListBox)
|
| #undef DEFINE_STRING_MAPPING
|
|
|