| 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 56dffbb63eb3cae7ca3b81762ee1a2a042f019e9..e944c3a1a4dc7017d9ef8da7eac6330f759932d5 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| @@ -119,6 +119,7 @@ const char* pseudoTypeToString(CSSSelector::PseudoType pseudoType) {
|
| DEFINE_STRING_MAPPING(PseudoBackdrop)
|
| DEFINE_STRING_MAPPING(PseudoLang)
|
| DEFINE_STRING_MAPPING(PseudoNot)
|
| + DEFINE_STRING_MAPPING(PseudoPlaceholder)
|
| DEFINE_STRING_MAPPING(PseudoResizer)
|
| DEFINE_STRING_MAPPING(PseudoRoot)
|
| DEFINE_STRING_MAPPING(PseudoScope)
|
|
|