Index: Source/core/dom/Document.h |
diff --git a/Source/core/dom/Document.h b/Source/core/dom/Document.h |
index 75ea42961e746f1664f2e4dd6e637ce79b95b04a..e743b9458df0658f3f7425aa0bbf9958169dd44d 100644 |
--- a/Source/core/dom/Document.h |
+++ b/Source/core/dom/Document.h |
@@ -295,7 +295,7 @@ public: |
void setDoctype(PassRefPtr<DocumentType>); |
DocumentType* doctype() const { return m_docType.get(); } |
- DOMImplementation* implementation(); |
+ DOMImplementation& implementation(); |
Element* documentElement() const |
{ |