| Index: Source/core/html/HTMLDocument.h
|
| diff --git a/Source/core/html/HTMLDocument.h b/Source/core/html/HTMLDocument.h
|
| index 58e624f3e125ad7e6e5b46b9e8a038df330be428..661c004d3ac3c4e0765d4e79a16316c03a6c0b77 100644
|
| --- a/Source/core/html/HTMLDocument.h
|
| +++ b/Source/core/html/HTMLDocument.h
|
| @@ -41,8 +41,8 @@ public:
|
| }
|
| virtual ~HTMLDocument();
|
|
|
| - String dir();
|
| - void setDir(const String&);
|
| + const AtomicString& dir();
|
| + void setDir(const AtomicString&);
|
|
|
| String designMode() const;
|
| void setDesignMode(const String&);
|
|
|