bindings: Supports serializer for PerformanceTiming.
Although the spec doesn't have a serializer in PerformanceTiming,
Chrome (til M42) and IE supported a serializer and FF followed them.
Considering the nature of PerformanceTiming, it's quite natural to have
a serializer.
Let's support JSON.stringify (again) for PerformanceTiming.
BUG=
497900
Committed:
https://src.chromium.org/viewvc/blink?view=rev&revision=196854