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

Unified Diff: LayoutTests/inspector/elements/styles/media-emulation.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/elements/styles/media-emulation.html
diff --git a/LayoutTests/inspector/elements/styles/media-emulation.html b/LayoutTests/inspector/elements/styles/media-emulation.html
index 026864f9e1a7ad4a2ab004bfa1c620c4ec7dc0f6..cb38a5d3cb971e0cb0f2b7ca0eed5c3d3bd0f3ef 100644
--- a/LayoutTests/inspector/elements/styles/media-emulation.html
+++ b/LayoutTests/inspector/elements/styles/media-emulation.html
@@ -54,7 +54,7 @@ function test()
function applyEmulatedMedia(media)
{
InspectorTest.PageAgent.setEmulatedMedia(media);
- WebInspector.cssModel.mediaQueryResultChanged();
+ InspectorTest.cssModel.mediaQueryResultChanged();
}
}
</script>

Powered by Google App Engine
This is Rietveld 408576698