Index: third_party/WebKit/Source/core/dom/URL.idl |
diff --git a/third_party/WebKit/Source/core/dom/URL.idl b/third_party/WebKit/Source/core/dom/URL.idl |
index 8bd952734b4b7d3621bb795cb31ec216c898639b..124d9ce412a9ffa6b6aedc71d7535fb5796f0de4 100644 |
--- a/third_party/WebKit/Source/core/dom/URL.idl |
+++ b/third_party/WebKit/Source/core/dom/URL.idl |
@@ -27,11 +27,7 @@ |
// https://url.spec.whatwg.org/#url |
[ |
- // TODO(philipj): There should only be one constructor: |
- // Constructor(USVString url, optional USVString base) |
- Constructor(USVString url), |
- Constructor(USVString url, USVString base), |
- Constructor(USVString url, URL base), |
+ Constructor(USVString url, optional USVString base), |
Exposed=(Window,Worker), |
ImplementedAs=DOMURL, |
RaisesException=Constructor, |