Chromium Code Reviews| Index: WebCore/dom/Document.h |
| =================================================================== |
| --- WebCore/dom/Document.h (revision 67731) |
| +++ WebCore/dom/Document.h (working copy) |
| @@ -1019,7 +1019,7 @@ |
| bool isDelayingLoadEvent() const { return m_loadEventDelayCount; } |
| protected: |
| - Document(Frame*, const KURL&, bool isXHTML, bool isHTML); |
| + Document(Frame*, const KURL& url, bool isXHTML, bool isHTML, const KURL& baseURL = KURL()); |
| void clearXMLVersion() { m_xmlVersion = String(); } |