[Webkit-unassigned] [Bug 126754] New: [WebL] Revise DataView implementation to match ECMAScript and WebGL Specification
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jan 10 09:02:25 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=126754
Summary: [WebL] Revise DataView implementation to match
ECMAScript and WebGL Specification
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: bfulgham at webkit.org
The ECMAScript specification requires that 'new' be used with DataView (see https://bugs.ecmascript.org/show_bug.cgi?id=695).
This was confirmed by discussion about the WebGL test suite (https://github.com/KhronosGroup/WebGL/issues/446).
Our DataView implementation should not allow use as a constructor function, and should require the use of 'new'.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list