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

Unified Diff: LayoutTests/http/tests/inspector-protocol/resources/InspectorTest.js

Issue 14373016: DevTools: [HeapProfiler] Provide API for heap objects tracking info. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: jank -> junk Created 7 years, 8 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/inspector-protocol/heap-profiler/heap-objects-tracking.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/inspector-protocol/resources/InspectorTest.js
diff --git a/LayoutTests/http/tests/inspector-protocol/resources/InspectorTest.js b/LayoutTests/http/tests/inspector-protocol/resources/InspectorTest.js
index de9a97ede587f00c902e5871aa7825dac341500b..3465167a7d47b39c5ae3acc147bcc2d155f3bfe4 100644
--- a/LayoutTests/http/tests/inspector-protocol/resources/InspectorTest.js
+++ b/LayoutTests/http/tests/inspector-protocol/resources/InspectorTest.js
@@ -98,7 +98,7 @@ InspectorTest.importScript = function(scriptName)
var xhr = new XMLHttpRequest();
xhr.open("GET", scriptName, false);
xhr.send(null);
- window.eval(xhr.responseText);
+ window.eval(xhr.responseText + "\n//@ sourceURL=" + scriptName);
}
window.addEventListener("message", function(event) {
« no previous file with comments | « no previous file | LayoutTests/inspector-protocol/heap-profiler/heap-objects-tracking.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698