| Index: LayoutTests/inspector/sources/debugger-ui/source-frame-count.html
|
| diff --git a/LayoutTests/inspector/sources/debugger/source-frame-count.html b/LayoutTests/inspector/sources/debugger-ui/source-frame-count.html
|
| similarity index 93%
|
| rename from LayoutTests/inspector/sources/debugger/source-frame-count.html
|
| rename to LayoutTests/inspector/sources/debugger-ui/source-frame-count.html
|
| index 6240d758d33d462ff0cc8228a8b091cd3043a097..c0b8986888f93268e1e4b43028c94026172f93e7 100644
|
| --- a/LayoutTests/inspector/sources/debugger/source-frame-count.html
|
| +++ b/LayoutTests/inspector/sources/debugger-ui/source-frame-count.html
|
| @@ -2,9 +2,9 @@
|
| <head>
|
| <script src="../../../http/tests/inspector/inspector-test.js"></script>
|
| <script src="../../../http/tests/inspector/debugger-test.js"></script>
|
| -<script src="resources/script1.js"></script>
|
| -<script src="resources/script2.js"></script>
|
| -<script src="resources/script3.js"></script>
|
| +<script src="../debugger/resources/script1.js"></script>
|
| +<script src="../debugger/resources/script2.js"></script>
|
| +<script src="../debugger/resources/script3.js"></script>
|
|
|
| <script>
|
|
|
|
|