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

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

Issue 337343002: IDL: make optional arguments (without default) explicit sometimes Base URL: https://chromium.googlesource.com/chromium/blink.git@idl-default-arguments-next
Patch Set: Created 6 years, 4 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 | « Source/core/css/WebKitCSSMatrix.idl ('k') | Source/core/dom/DOMStringList.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/DOMImplementation.idl
diff --git a/Source/core/dom/DOMImplementation.idl b/Source/core/dom/DOMImplementation.idl
index d210529988b3d61554dfd7ed7a953699b0ea9b3c..426f56104f10967909f4ccbf5ba70c827cb66029 100644
--- a/Source/core/dom/DOMImplementation.idl
+++ b/Source/core/dom/DOMImplementation.idl
@@ -35,7 +35,7 @@
DOMString systemId);
[RaisesException] XMLDocument createDocument(DOMString? namespaceURI,
DOMString? qualifiedName,
- [Default=Undefined] optional DocumentType doctype);
+ optional DocumentType doctype);
// HTMLDOMImplementation interface from DOM Level 2 HTML
« no previous file with comments | « Source/core/css/WebKitCSSMatrix.idl ('k') | Source/core/dom/DOMStringList.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698