Index: Source/core/dom/SelectorQuery.h |
diff --git a/Source/core/dom/SelectorQuery.h b/Source/core/dom/SelectorQuery.h |
index b7e3671322b91bc2b9d01b3ef77435b6c5b17259..bd2cbcbb75c7130e3235b0f75c6f302396892abf 100644 |
--- a/Source/core/dom/SelectorQuery.h |
+++ b/Source/core/dom/SelectorQuery.h |
@@ -107,7 +107,7 @@ public: |
void invalidate(); |
private: |
- HashMap<AtomicString, OwnPtr<SelectorQuery> > m_entries; |
+ HashMap<AtomicString, OwnPtr<SelectorQuery>> m_entries; |
}; |
} |