[Devtools] Fixed regression from SDK.TracingModel.reset() being called
Fixes a regression caused by: https://chromium-review.googlesource.com/c/526855/ SDK.TracingModel.reset() was removed in favor of destroy() and re-constructing it, but closure did not complain because of @unrestricted. This patch also will keep this from happening here by removing @unrestricted from classes in NetworkPanel.js. R=caseq BUG=736219 Change-Id: I4284602dbaca4af93e6645dd395ce4ebc51613ed Reviewed-on: https://chromium-review.googlesource.com/562299 Commit-Queue: Blaise Bruer <allada@chromium.org> Reviewed-by:Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#485068}
Showing
Please register or sign in to comment