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

Unified Diff: sky/framework/inspector/page-agent.sky

Issue 881093003: Normalize import paths for Sky modules (Closed) Base URL: git@github.com:domokit/mojo.git@master
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: sky/framework/inspector/page-agent.sky
diff --git a/sky/framework/inspector/page-agent.sky b/sky/framework/inspector/page-agent.sky
index a489e4be50e233feb493ca8133545423ca4cfabe..62598a6b419ce97c9d2161c8bbc14889d407ff37 100644
--- a/sky/framework/inspector/page-agent.sky
+++ b/sky/framework/inspector/page-agent.sky
@@ -1,4 +1,4 @@
-<import src="/sky/framework/xmlhttprequest.sky" as="XMLHttpRequest" />
+<import src="../xmlhttprequest.sky" as="XMLHttpRequest" />
<script>
class Page {
constructor(delegate) {

Powered by Google App Engine
This is Rietveld 408576698