Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(618)

Unified Diff: Source/core/dom/DOMImplementation.h

Issue 960533003: Sync the DOMImplementation interface with the spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/dom/DOMImplementation.idl » ('j') | Source/core/dom/DOMImplementation.idl » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/DOMImplementation.h
diff --git a/Source/core/dom/DOMImplementation.h b/Source/core/dom/DOMImplementation.h
index a5fe6108e1f47ffb319ebae9300bc869480e325e..152acba2755bd66d5db00b45eb630e23434f97a7 100644
--- a/Source/core/dom/DOMImplementation.h
+++ b/Source/core/dom/DOMImplementation.h
@@ -60,7 +60,7 @@ public:
PassRefPtrWillBeRawPtr<XMLDocument> createDocument(const AtomicString& namespaceURI, const AtomicString& qualifiedName, DocumentType*, ExceptionState&);
// From the HTMLDOMImplementation interface
- PassRefPtrWillBeRawPtr<HTMLDocument> createHTMLDocument(const String& title);
+ PassRefPtrWillBeRawPtr<HTMLDocument> createHTMLDocument(const String& title = String());
// Other methods (not part of DOM)
static PassRefPtrWillBeRawPtr<Document> createDocument(const String& mimeType, const DocumentInit&, bool inViewSourceMode);
« no previous file with comments | « no previous file | Source/core/dom/DOMImplementation.idl » ('j') | Source/core/dom/DOMImplementation.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698