| Index: Source/core/html/HTMLDocument.h | 
| diff --git a/Source/core/html/HTMLDocument.h b/Source/core/html/HTMLDocument.h | 
| index aa52f77ac85cd643818d42e01a3e48b61890b195..fbe7319adbb86f7e6e1f9ead55c4812e48beaec3 100644 | 
| --- a/Source/core/html/HTMLDocument.h | 
| +++ b/Source/core/html/HTMLDocument.h | 
| @@ -83,12 +83,12 @@ public: | 
|  | 
| virtual PassRefPtr<Document> cloneDocumentWithoutChildren() OVERRIDE FINAL; | 
|  | 
| +    HTMLBodyElement* htmlBodyElement() const; | 
| + | 
| protected: | 
| HTMLDocument(const DocumentInit&, DocumentClassFlags extendedDocumentClasses = DefaultDocumentClass); | 
|  | 
| private: | 
| -    HTMLBodyElement* htmlBodyElement() const; | 
| - | 
| const AtomicString& bodyAttributeValue(const QualifiedName&) const; | 
| void setBodyAttribute(const QualifiedName&, const AtomicString&); | 
|  | 
|  |