| 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..b37896943461a4cc123ee570b7cb730d153966ec 100644
 | 
| --- a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
 | 
| +++ b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
 | 
| @@ -113,6 +113,7 @@ const char* pseudoTypeToString(CSSSelector::PseudoType pseudoType)
 | 
|          DEFINE_STRING_MAPPING(PseudoBefore)
 | 
|          DEFINE_STRING_MAPPING(PseudoAfter)
 | 
|          DEFINE_STRING_MAPPING(PseudoBackdrop)
 | 
| +        DEFINE_STRING_MAPPING(PseudoDir)
 | 
|          DEFINE_STRING_MAPPING(PseudoLang)
 | 
|          DEFINE_STRING_MAPPING(PseudoNot)
 | 
|          DEFINE_STRING_MAPPING(PseudoResizer)
 | 
| 
 |