Index: sky/tests/inspector/dom-mutation.sky |
diff --git a/sky/tests/inspector/dom-mutation.sky b/sky/tests/inspector/dom-mutation.sky |
index 91731620a95a347c6c135ea16f12152c40c9935b..abc01911b97ded3c8fb424278c224c68fe32fd43 100644 |
--- a/sky/tests/inspector/dom-mutation.sky |
+++ b/sky/tests/inspector/dom-mutation.sky |
@@ -1,6 +1,6 @@ |
<html> |
<link rel="import" href="../resources/chai.sky" /> |
-<link rel="import" href="inspector/backend/dom-agent.sky" as="DOMAgent" /> |
+<link rel="import" href="/sky/framework/inspector/dom-agent.sky" as="DOMAgent" /> |
<div><div></div></div> |
<script> |
// setTimeout to flush pending DOM modifications and measure |
@@ -33,5 +33,4 @@ setTimeout(function() { |
}); |
}); |
</script> |
- |
</html> |