From 174e72cc7065a688d194f7602ff7b73a526de626 Mon Sep 17 00:00:00 2001 From: Leonardo Balter Date: Thu, 25 Feb 2016 12:24:59 -0500 Subject: [PATCH] fixup! missing function --- spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.html b/spec.html index d6501194b69..5e8934aaa69 100644 --- a/spec.html +++ b/spec.html @@ -33167,7 +33167,7 @@

The DataView Constructor

DataView (_buffer_ [ , _byteOffset_, _byteLength_ ] )

-

When the `DataView` is called with at least one argument _buffer_, the following steps are taken:

+

When the `DataView` function is called with at least one argument _buffer_, the following steps are taken:

1. If NewTarget is *undefined*, throw a *TypeError* exception. 1. If Type(_buffer_) is not Object, throw a *TypeError* exception.