Index: Source/core/html/HTMLMetaElement.h |
diff --git a/Source/core/html/HTMLMetaElement.h b/Source/core/html/HTMLMetaElement.h |
index 2ec32c2252635a5e86fe1257551c22a3798e97cb..c859a33c7444de1b62f5bae94fa6aa3bcf3d2960 100644 |
--- a/Source/core/html/HTMLMetaElement.h |
+++ b/Source/core/html/HTMLMetaElement.h |
@@ -39,9 +39,9 @@ class HTMLMetaElement FINAL : public HTMLElement { |
public: |
static PassRefPtr<HTMLMetaElement> create(Document&); |
- String content() const; |
- String httpEquiv() const; |
- String name() const; |
+ const AtomicString& content() const; |
+ const AtomicString& httpEquiv() const; |
+ const AtomicString& name() const; |
private: |
explicit HTMLMetaElement(Document&); |