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

Unified Diff: LayoutTests/inspector/runtime/runtime-es6-setSymbolPropertyValue.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/reveal-objects.html ('k') | LayoutTests/inspector/runtime/runtime-getProperties.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/runtime/runtime-es6-setSymbolPropertyValue.html
diff --git a/LayoutTests/inspector/runtime/runtime-es6-setSymbolPropertyValue.html b/LayoutTests/inspector/runtime/runtime-es6-setSymbolPropertyValue.html
index 8caa331f7bebd7c84e2652e2f5afdda718bb8d06..a83679110fb697a7e695f64e8a7c904e6313df53 100644
--- a/LayoutTests/inspector/runtime/runtime-es6-setSymbolPropertyValue.html
+++ b/LayoutTests/inspector/runtime/runtime-es6-setSymbolPropertyValue.html
@@ -30,13 +30,13 @@ function test()
function step1(error, result, wasThrown)
{
- obj1 = WebInspector.runtimeModel.createRemoteObject(result);
+ obj1 = InspectorTest.runtimeModel.createRemoteObject(result);
InspectorTest.RuntimeAgent.evaluate("symbol1", step2);
}
function step2(error, result, wasThrown)
{
- name = WebInspector.RemoteObject.toCallArgument(WebInspector.runtimeModel.createRemoteObject(result));
+ name = WebInspector.RemoteObject.toCallArgument(InspectorTest.runtimeModel.createRemoteObject(result));
next();
}
},
« no previous file with comments | « LayoutTests/inspector/reveal-objects.html ('k') | LayoutTests/inspector/runtime/runtime-getProperties.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698