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

Unified Diff: LayoutTests/http/tests/inspector/elements/styles/selector-line-deprecated.html

Issue 297923002: DevTools: Decouple CSS model from UI entities (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove unused argument in test Created 6 years, 5 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 | « no previous file | LayoutTests/http/tests/inspector/elements/styles/update-locations-on-filesystem-scss-load.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/inspector/elements/styles/selector-line-deprecated.html
diff --git a/LayoutTests/http/tests/inspector/elements/styles/selector-line-deprecated.html b/LayoutTests/http/tests/inspector/elements/styles/selector-line-deprecated.html
index 7f18e9220dbd11f544fbb7ebae26ed71727b2975..068b29020a46774700a9c6046f3d1f25d67e64eb 100644
--- a/LayoutTests/http/tests/inspector/elements/styles/selector-line-deprecated.html
+++ b/LayoutTests/http/tests/inspector/elements/styles/selector-line-deprecated.html
@@ -25,9 +25,9 @@ function test()
function step1()
{
- InspectorTest.addSniffer(WebInspector.CSSStyleSheetHeader.prototype, "pushSourceMapping", sourceMappingSniffer, true);
+ InspectorTest.addSniffer(WebInspector.CSSWorkspaceBinding.prototype, "pushSourceMapping", sourceMappingSniffer, true);
- function sourceMappingSniffer(sourceMapping)
+ function sourceMappingSniffer(header, sourceMapping)
{
if (sourceMapping instanceof WebInspector.SASSSourceMapping) {
WebInspector.inspectorView.showPanel("elements");
« no previous file with comments | « no previous file | LayoutTests/http/tests/inspector/elements/styles/update-locations-on-filesystem-scss-load.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698