[webkit-dev] Can we remove Notification.show()?

Erik Arvidsson arv at chromium.org
Mon Jan 28 16:25:42 PST 2013


On Mon, Jan 28, 2013 at 5:41 PM, Jochen Eisinger <jochen at chromium.org> wrote:
> A side-effect of that decision is that "permission" is a static attribute,
> which we can't currently implement in V8 :-/

Not entirely true. We cannot use FunctionTemplate to do this but we
can add the V8 accessor in
V8PerContextData::constructorForTypeSlowCase.

--
erik


More information about the webkit-dev mailing list