- From: <bugzilla@jessica.w3.org>
- Date: Tue, 13 Jan 2015 18:42:34 +0000
- To: public-webapps-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27822
Bug ID: 27822
Summary: Define the [[Prototype]] of the interface object of an
interface whose parent has NoInterfaceObject
Product: WebAppsWG
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: WebIDL
Assignee: cam@mcc.id.au
Reporter: Ms2ger@gmail.com
QA Contact: public-webapps-bugzilla@w3.org
CC: mike@w3.org, public-script-coord@w3.org
Blocks: 23133
interface EventTarget {};
[NoInterfaceObject] interface XMLHttpRequestEventTarget : EventTarget {};
interface XMLHttpRequest : XMLHttpRequestEventTarget {};
In Gecko:
>>> Object.getPrototypeOf(self.XMLHttpRequest)
function EventTarget() {
[native code]
}
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Tuesday, 13 January 2015 18:42:39 UTC