| Index: Source/core/dom/DataView.idl
|
| diff --git a/Source/core/dom/DataView.idl b/Source/core/dom/DataView.idl
|
| index 957879b9d4829371e49284113e566dab15841689..49de7526a0edb5fd5d3e75603861807593e86ebd 100644
|
| --- a/Source/core/dom/DataView.idl
|
| +++ b/Source/core/dom/DataView.idl
|
| @@ -28,7 +28,7 @@
|
| [
|
| Exposed=(Window,Worker),
|
| ImplementedAs=DOMDataView,
|
| - TypeChecking=(Interface,Unrestricted),
|
| + TypeChecking=Interface,
|
| ] interface DataView : ArrayBufferView {
|
| // All these methods raise an exception if they would read or write beyond the end of the view.
|
|
|
|
|