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

Unified Diff: third_party/WebKit/Source/devtools/front_end/bindings/SASSSourceMapping.js

Issue 2731403009: DevTools: add tests to fixate sourcemap bindings behavior (Closed)
Patch Set: rebaseline Created 3 years, 9 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 | « third_party/WebKit/Source/devtools/front_end/bindings/CompilerScriptMapping.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/bindings/SASSSourceMapping.js
diff --git a/third_party/WebKit/Source/devtools/front_end/bindings/SASSSourceMapping.js b/third_party/WebKit/Source/devtools/front_end/bindings/SASSSourceMapping.js
index 70128902e708b2814e441ee56c0e10b8923eba00..20f461d32d50d3232912c2e90b417e7eee207b9b 100644
--- a/third_party/WebKit/Source/devtools/front_end/bindings/SASSSourceMapping.js
+++ b/third_party/WebKit/Source/devtools/front_end/bindings/SASSSourceMapping.js
@@ -49,6 +49,12 @@ Bindings.SASSSourceMapping = class {
}
/**
+ * @param {?SDK.SourceMap} sourceMap
+ */
+ _sourceMapAttachedForTest(sourceMap) {
+ }
+
+ /**
* @param {!Common.Event} event
*/
_sourceMapAttached(event) {
@@ -62,6 +68,7 @@ Bindings.SASSSourceMapping = class {
contentProvider, SDK.ResourceTreeFrame.fromStyleSheet(header), false, embeddedContentLength);
}
Bindings.cssWorkspaceBinding.updateLocations(header);
+ this._sourceMapAttachedForTest(sourceMap);
}
/**
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/bindings/CompilerScriptMapping.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698