| Index: third_party/WebKit/Source/core/dom/SelectorQueryTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/SelectorQueryTest.cpp b/third_party/WebKit/Source/core/dom/SelectorQueryTest.cpp
|
| index 91389fe476a3806af03ddb5c27a5d66481627bbb..9fe0c0d699da048d7c8fa67a054f334ebc2453bf 100644
|
| --- a/third_party/WebKit/Source/core/dom/SelectorQueryTest.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/SelectorQueryTest.cpp
|
| @@ -58,7 +58,7 @@ void RunTests(ContainerNode& scope, const QueryTest (&test_cases)[length]) {
|
| #endif
|
| }
|
| }
|
| -};
|
| +}; // namespace
|
|
|
| TEST(SelectorQueryTest, NotMatchingPseudoElement) {
|
| Document* document = Document::Create();
|
|
|