| Index: third_party/WebKit/Source/core/css/SelectorChecker.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/SelectorChecker.cpp b/third_party/WebKit/Source/core/css/SelectorChecker.cpp
|
| index 44f227df30df0fb2b4acf0990c95ad8206bef286..bf2ba92305e3eab9f58fbd1d6c6458405034ba63 100644
|
| --- a/third_party/WebKit/Source/core/css/SelectorChecker.cpp
|
| +++ b/third_party/WebKit/Source/core/css/SelectorChecker.cpp
|
| @@ -1230,4 +1230,4 @@ bool SelectorChecker::matchesFocusPseudoClass(const Element& element)
|
| return element.focused() && isFrameFocused(element);
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|