DescriptionMove workers' Performance API code to core/timing
Historically, Performance API for workers was implemented separately
from main thread's. Now, they share a common base class (PerformanceBase),
and workers-specific code is relatively small. So let's merge
modules/performance into core/timing.
BUG=465638
TEST=no functional change; all existing tests should pass
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197303
Patch Set 1 #Messages
Total messages: 7 (2 generated)
|