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

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

Issue 694423002: Replace <link rel="import"> with <import> (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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/runtime-agent.sky
diff --git a/sky/framework/inspector/runtime-agent.sky b/sky/framework/inspector/runtime-agent.sky
index fa0cc2c63f868e932dd99bf396992a36310e5015..4bac0ba4df69a0200300dd887433cf6fc2a25872 100644
--- a/sky/framework/inspector/runtime-agent.sky
+++ b/sky/framework/inspector/runtime-agent.sky
@@ -1,4 +1,4 @@
-<link rel="import" href="debug.sky" as="debug" />
+<import src="debug.sky" as="debug" />
<script>
function Runtime(delegate) {
this.delegate_ = delegate;

Powered by Google App Engine
This is Rietveld 408576698