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

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

Issue 705063004: DevTools: Promisify WebInspector.TempFile (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: teste were fixed 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/profiler/profiler-test.js
diff --git a/LayoutTests/inspector/profiler/profiler-test.js b/LayoutTests/inspector/profiler/profiler-test.js
index 7e551ad74a162c58e78fb82f7197fe83e1d2b305..df3999386171cf992efaf9c27c181866082084b0 100644
--- a/LayoutTests/inspector/profiler/profiler-test.js
+++ b/LayoutTests/inspector/profiler/profiler-test.js
@@ -1,6 +1,7 @@
var initialize_ProfilerTest = function() {
InspectorTest.preloadPanel("profiles");
+WebInspector.TempFile = InspectorTest.TempFileMock;
InspectorTest.startProfilerTest = function(callback)
{

Powered by Google App Engine
This is Rietveld 408576698