Index: Source/core/frame/DOMWindow.h |
diff --git a/Source/core/frame/DOMWindow.h b/Source/core/frame/DOMWindow.h |
index 875336711566d48949fe97691626b5eb68c8438a..dd32cf12915abacb731da6e73865d29e52026b8e 100644 |
--- a/Source/core/frame/DOMWindow.h |
+++ b/Source/core/frame/DOMWindow.h |
@@ -178,8 +178,8 @@ enum PageshowEventPersistence { |
unsigned length() const; |
- String name() const; |
- void setName(const String&); |
+ const AtomicString& name() const; |
+ void setName(const AtomicString&); |
String status() const; |
void setStatus(const String&); |