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

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

Issue 396993003: DevTools: get rid of WebInspector.cssModel, use target models instead (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 6ef441b78dd484acc641d014fa15776b1b0e4127..6e07475071870d8f4cfae95794d7d28c46037649 100644
--- a/LayoutTests/inspector/profiler/heap-snapshot-loader.html
+++ b/LayoutTests/inspector/profiler/heap-snapshot-loader.html
@@ -37,7 +37,7 @@ function test()
profileType._takeHeapSnapshot(function() {});
}
- WebInspector.consoleModel.log = function(message) {
+ WebInspector.console.log = function(message) {
InspectorTest.addResult("WebInspector.consoleModel.log: " + message);
}

Powered by Google App Engine
This is Rietveld 408576698