| 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 a1089a06119776234ec7e81a0ed0df7ce39fb255..859e50a04e5156d735345e89a4fdf89e98dfd8fe 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| @@ -245,6 +245,7 @@ const char* PseudoTypeToString(CSSSelector::PseudoType pseudo_type) {
|
| DEFINE_STRING_MAPPING(PseudoHover)
|
| DEFINE_STRING_MAPPING(PseudoDrag)
|
| DEFINE_STRING_MAPPING(PseudoFocus)
|
| + DEFINE_STRING_MAPPING(PseudoFocusWithin)
|
| DEFINE_STRING_MAPPING(PseudoActive)
|
| DEFINE_STRING_MAPPING(PseudoChecked)
|
| DEFINE_STRING_MAPPING(PseudoEnabled)
|
|
|