| Index: core/workers/WorkerLocation.idl
|
| diff --git a/core/workers/WorkerLocation.idl b/core/workers/WorkerLocation.idl
|
| index 0d8399bc4420410e4815d29b603761ad095cd5ae..7afd84bebd27839335fe8e11a8702d912c332487 100644
|
| --- a/core/workers/WorkerLocation.idl
|
| +++ b/core/workers/WorkerLocation.idl
|
| @@ -29,15 +29,7 @@
|
| [
|
| GlobalContext=WorkerGlobalScope
|
| ] interface WorkerLocation {
|
| - readonly attribute DOMString href;
|
| - readonly attribute DOMString protocol;
|
| - readonly attribute DOMString host;
|
| - readonly attribute DOMString hostname;
|
| - readonly attribute DOMString port;
|
| - readonly attribute DOMString pathname;
|
| - readonly attribute DOMString search;
|
| - readonly attribute DOMString hash;
|
| -
|
| - [NotEnumerable] DOMString toString();
|
| };
|
|
|
| +// Force rebuild: crbug.com/307023
|
| +WorkerLocation implements URLUtilsReadOnly;
|
|
|