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

Unified Diff: LayoutTests/inspector/profiler/heap-snapshot-inspect-dom-wrapper.html

Issue 881263002: DevTools: use target-based model accessors only. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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-inspect-dom-wrapper.html
diff --git a/LayoutTests/inspector/profiler/heap-snapshot-inspect-dom-wrapper.html b/LayoutTests/inspector/profiler/heap-snapshot-inspect-dom-wrapper.html
index b9050e65344c88432bc2b73c30b812fda4adadeb..b6f7421bbe1bf3264c2c805d6f42d421274d6f0d 100644
--- a/LayoutTests/inspector/profiler/heap-snapshot-inspect-dom-wrapper.html
+++ b/LayoutTests/inspector/profiler/heap-snapshot-inspect-dom-wrapper.html
@@ -55,7 +55,7 @@ function test()
function didGetObjectByHeapObjectId(error, object)
{
if (!error)
- remoteObjects.push(WebInspector.runtimeModel.createRemoteObject(object));
+ remoteObjects.push(InspectorTest.runtimeModel.createRemoteObject(object));
if (++resolvedObjectsCount === bodyWrapperIds.length)
requestPropertiesOfResolvedObjects();
« no previous file with comments | « LayoutTests/inspector/network/network-status-non-http.html ('k') | LayoutTests/inspector/profiler/heap-snapshot-loader.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698