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

Unified Diff: LayoutTests/inspector/profiler/webgl/webgl-get-resource-state-buffer-data.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
« no previous file with comments | « LayoutTests/inspector/profiler/heap-snapshot-loader.html ('k') | LayoutTests/inspector/reveal-objects.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/profiler/webgl/webgl-get-resource-state-buffer-data.html
diff --git a/LayoutTests/inspector/profiler/webgl/webgl-get-resource-state-buffer-data.html b/LayoutTests/inspector/profiler/webgl/webgl-get-resource-state-buffer-data.html
index cd43137568d8f42c821f9ad6f4f9e08cbd683eea..226e5daec0bc32493674a4c1abfada8052f8b7a9 100644
--- a/LayoutTests/inspector/profiler/webgl/webgl-get-resource-state-buffer-data.html
+++ b/LayoutTests/inspector/profiler/webgl/webgl-get-resource-state-buffer-data.html
@@ -108,7 +108,7 @@ function test()
if (!remoteObject)
InspectorTest.addResult("FAIL: Internal error in the protocol: no \"remoteObject\" property in a CallArgument");
else {
- var obj = WebInspector.runtimeModel.createRemoteObject(remoteObject);
+ var obj = InspectorTest.runtimeModel.createRemoteObject(remoteObject);
obj.getOwnProperties(didGetOwnProperties.bind(null, descriptor.value.description));
return;
}
« no previous file with comments | « LayoutTests/inspector/profiler/heap-snapshot-loader.html ('k') | LayoutTests/inspector/reveal-objects.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698