Index: third_party/WebKit/Source/core/dom/DocumentInit.h |
diff --git a/third_party/WebKit/Source/core/dom/DocumentInit.h b/third_party/WebKit/Source/core/dom/DocumentInit.h |
index 4b3437bfd73a258ff7e61da35dc0370be4b7e702..2bc2db65be12e419f91319a55bbfcfc146eff994 100644 |
--- a/third_party/WebKit/Source/core/dom/DocumentInit.h |
+++ b/third_party/WebKit/Source/core/dom/DocumentInit.h |
@@ -48,7 +48,8 @@ class Settings; |
class CORE_EXPORT DocumentInit final { |
STACK_ALLOCATED(); |
public: |
- explicit DocumentInit(const KURL& = KURL(), LocalFrame* = 0, WeakPtrWillBeRawPtr<Document> = nullptr, HTMLImportsController* = 0); |
+ DocumentInit(const KURL& = KURL(), LocalFrame* = nullptr, WeakPtrWillBeRawPtr<Document> contextDocument = nullptr, HTMLImportsController* = nullptr); |
+ DocumentInit(PassRefPtrWillBeRawPtr<Document> ownerDocument, const KURL&, LocalFrame*, WeakPtrWillBeRawPtr<Document> contextDocument = nullptr, HTMLImportsController* = nullptr); |
DocumentInit(const DocumentInit&); |
~DocumentInit(); |