| Index: Source/core/dom/Document.idl
|
| diff --git a/Source/core/dom/Document.idl b/Source/core/dom/Document.idl
|
| index 3fb93efe04d4b331d3c76985636e63849d480401..40a0d9789ddbcdb0b93760af74c6fc243a6f2798 100644
|
| --- a/Source/core/dom/Document.idl
|
| +++ b/Source/core/dom/Document.idl
|
| @@ -28,9 +28,7 @@ enum VisibilityState { "hidden", "visible", "prerender", "unloaded" };
|
| // https://dom.spec.whatwg.org/#interface-document
|
|
|
| // FIXME: Document should have a constructor.
|
| -[
|
| - TypeChecking=Unrestricted,
|
| -] interface Document : Node {
|
| +interface Document : Node {
|
| readonly attribute DOMImplementation implementation;
|
| readonly attribute DOMString URL;
|
| // FIXME: documentURI should not be nullable.
|
|
|