Index: Source/core/css/AffectedByFocusTest.cpp |
diff --git a/Source/core/css/AffectedByFocusTest.cpp b/Source/core/css/AffectedByFocusTest.cpp |
index c77a063b0701e0170611fe1e0afaebe029a7e523..cde3b5c6614d3171ea80f336b7f130131803f9c6 100644 |
--- a/Source/core/css/AffectedByFocusTest.cpp |
+++ b/Source/core/css/AffectedByFocusTest.cpp |
@@ -24,7 +24,7 @@ class AffectedByFocusTest : public ::testing::Test { |
protected: |
struct ElementResult { |
- const blink::QualifiedName tag; |
+ const blink::HTMLQualifiedName tag; |
bool affectedBy; |
bool childrenOrSiblingsAffectedBy; |
}; |