Changeset 103541 in webkit for trunk/LayoutTests/http/tests/inspector/compiler-source-mapping-debug.html
- Timestamp:
- Dec 22, 2011, 7:19:40 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/http/tests/inspector/compiler-source-mapping-debug.html
r101128 r103541 14 14 function test() 15 15 { 16 17 16 InspectorTest.runDebuggerTestSuite([ 18 17 function testSetBreakpoint(next) … … 23 22 { 24 23 InspectorTest.addResult("Script source was shown."); 25 sourceFrame._model.setCompilerSourceMapping(sourceFrame._uiSourceCode, "http://localhost:8000/inspector/resources/source-map.json"); 24 sourceFrame._uiSourceCode.sourceMapURL = "http://localhost:8000/inspector/resources/source-map.json"; 25 sourceFrame._model.installCompilerSourceMapping(sourceFrame._uiSourceCode); 26 26 InspectorTest.showScriptSource("source1.js", didShowSource1); 27 28 27 } 29 28
Note:
See TracChangeset
for help on using the changeset viewer.