Re: [dom] Work around the fact that idlharness.js doesn't support DOMTimeStamp yet. (#356)

LGTM.

>From battery-status/battery-interface-idlharness.html, however, this is not only an issue of DOMTimeStamp unsupported, but also an issue of typedef unsupported by idlharness.js

[[
typedef unsigned long long DOMTimeStamp;

[TreatNonCallableAsNull]
callback EventHandlerNonNull = any (Event event);
typedef EventHandlerNonNull? EventHandler;
]]

View on GitHub: https://github.com/w3c/web-platform-tests/pull/356#discussion_r6646271

Received on Sunday, 29 September 2013 05:37:04 UTC