[Bug 28244] Requiring @@toStringTag on instances may have performance implications

https://www.w3.org/Bugs/Public/show_bug.cgi?id=28244

--- Comment #10 from Michael[tm] Smith <mike@w3.org> ---
(In reply to Philip Jägenstedt from comment #9)
> Does someone have a test that could show the different behavior in all engines?

    (new Object()).toString.call(StorageEvent.prototype)

Per the current WebIDL spec that should give you "[object
StorageEventPrototype]". And it does in Gecko and WebKit and (I think) in Edge.

But in Blink it instead now gives you "[object StorageEvent]"

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 11 August 2016 10:03:45 UTC