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(); |