| 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 c6f17f44ecb2dfb2de6f15498e079810e3215ef0..295c993952d4a8eecff90d11edda8329b72a6746 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| @@ -144,6 +144,7 @@ const char* pseudoTypeToString(CSSSelector::PseudoType pseudoType)
|
| DEFINE_STRING_MAPPING(PseudoInRange)
|
| DEFINE_STRING_MAPPING(PseudoOutOfRange)
|
| DEFINE_STRING_MAPPING(PseudoWebKitCustomElement)
|
| + DEFINE_STRING_MAPPING(PseudoBlinkInternalElement)
|
| DEFINE_STRING_MAPPING(PseudoCue)
|
| DEFINE_STRING_MAPPING(PseudoFutureCue)
|
| DEFINE_STRING_MAPPING(PseudoPastCue)
|
| @@ -155,6 +156,7 @@ const char* pseudoTypeToString(CSSSelector::PseudoType pseudoType)
|
| DEFINE_STRING_MAPPING(PseudoSlotted)
|
| DEFINE_STRING_MAPPING(PseudoSpatialNavigationFocus)
|
| DEFINE_STRING_MAPPING(PseudoListBox)
|
| + DEFINE_STRING_MAPPING(PseudoHostHasAppearance)
|
| #undef DEFINE_STRING_MAPPING
|
| }
|
|
|
|
|