Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Unified Diff: LayoutTests/inspector/tracing-test.js

Issue 705063004: DevTools: Promisify WebInspector.TempFile (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: comments addressed Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/inspector/tracing-test.js
diff --git a/LayoutTests/inspector/tracing-test.js b/LayoutTests/inspector/tracing-test.js
index 0a0e5e38727567b11373232c9f538eea1522bb50..b9981d675121faabb1448bdabd55ae8aff8d40dc 100644
--- a/LayoutTests/inspector/tracing-test.js
+++ b/LayoutTests/inspector/tracing-test.js
@@ -2,6 +2,7 @@ function initialize_TracingTest()
{
InspectorTest.preloadPanel("timeline");
+WebInspector.TempFile = InspectorTest.TempFileMock;
InspectorTest.tracingManager = function()
{
« no previous file with comments | « LayoutTests/inspector/profiler/temp-storage-cleaner.html ('k') | Source/devtools/front_end/bindings/TempFile.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698