Index: Source/core/testing/Internals.h |
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h |
index 0d5287629083ed0d1a180918493f86cb25cef0b5..63866041a3ba04b2a215385a87c1ebce6773e104 100644 |
--- a/Source/core/testing/Internals.h |
+++ b/Source/core/testing/Internals.h |
@@ -179,7 +179,7 @@ public: |
int lastSpellCheckRequestSequence(Document*, ExceptionState&); |
int lastSpellCheckProcessedSequence(Document*, ExceptionState&); |
- Vector<String> userPreferredLanguages() const; |
+ Vector<AtomicString> userPreferredLanguages() const; |
void setUserPreferredLanguages(const Vector<String>&); |
unsigned wheelEventHandlerCount(Document*, ExceptionState&); |