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

Unified Diff: LayoutTests/inspector/profiler/heap-snapshot-loader.html

Issue 1355423003: Devtools: initialize protocol enums synchronously (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: removed WebInspector._connectionForTests Created 5 years, 3 months 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/heap-snapshot-loader.html
diff --git a/LayoutTests/inspector/profiler/heap-snapshot-loader.html b/LayoutTests/inspector/profiler/heap-snapshot-loader.html
index 6e139f234c41daa23d94d2451281459c2b30ada5..81198c24b68c5102a58fbcd23dedc69e60e617c6 100644
--- a/LayoutTests/inspector/profiler/heap-snapshot-loader.html
+++ b/LayoutTests/inspector/profiler/heap-snapshot-loader.html
@@ -11,7 +11,7 @@ function test()
var partSize = sourceStringified.length >> 3;
function injectMockProfile(callback) {
- var dispatcher = InspectorBackend._connection._dispatchers["HeapProfiler"]._dispatcher;
+ var dispatcher = InspectorTest.connection._dispatchers["HeapProfiler"]._dispatcher;
var panel = WebInspector.panels.profiles;
panel._reset();
« no previous file with comments | « LayoutTests/inspector/elements/styles-1/cached-sync-computed-styles.html ('k') | LayoutTests/inspector/report-API-errors.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698