| 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 6662f6fa036448a928224b207fab6261eac7fcd9..4d0debcd517a91c38707646cd2b50a076028c322 100644
|
| --- a/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| +++ b/third_party/WebKit/Source/core/inspector/InspectorTraceEvents.cpp
|
| @@ -143,7 +143,6 @@ const char* pseudoTypeToString(CSSSelector::PseudoType pseudoType) {
|
| DEFINE_STRING_MAPPING(PseudoRightPage)
|
| DEFINE_STRING_MAPPING(PseudoFirstPage)
|
| DEFINE_STRING_MAPPING(PseudoFullScreen)
|
| - DEFINE_STRING_MAPPING(PseudoFullScreenAncestor)
|
| DEFINE_STRING_MAPPING(PseudoInRange)
|
| DEFINE_STRING_MAPPING(PseudoOutOfRange)
|
| DEFINE_STRING_MAPPING(PseudoWebKitCustomElement)
|
|
|