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

Unified Diff: LayoutTests/inspector/runtime/runtime-localStorage-getProperties.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/runtime/runtime-localStorage-getProperties.html
diff --git a/LayoutTests/inspector/runtime/runtime-localStorage-getProperties.html b/LayoutTests/inspector/runtime/runtime-localStorage-getProperties.html
index 314dad6e588b2a3b33a4800b0f209061eb499b20..3cd34206d10eb04e6d9abf2ecea33702e607f84f 100644
--- a/LayoutTests/inspector/runtime/runtime-localStorage-getProperties.html
+++ b/LayoutTests/inspector/runtime/runtime-localStorage-getProperties.html
@@ -11,7 +11,7 @@ function test()
function step1(error, result, wasThrown)
{
- var localStorageHandle = WebInspector.runtimeModel.createRemoteObject(result);
+ var localStorageHandle = InspectorTest.runtimeModel.createRemoteObject(result);
localStorageHandle.getOwnProperties(step2);
}
« no previous file with comments | « LayoutTests/inspector/runtime/runtime-getProperties.html ('k') | LayoutTests/inspector/runtime/runtime-setPropertyValue.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698