| Index: LayoutTests/http/tests/inspector/compiler-source-mapping-debug.html
|
| diff --git a/LayoutTests/http/tests/inspector/compiler-source-mapping-debug.html b/LayoutTests/http/tests/inspector/compiler-source-mapping-debug.html
|
| index e3ae5bc2f620738a5da5a7ba197c28746a61eecc..ea036ae3d9e4111ebc53cb90999f43945ddbe503 100644
|
| --- a/LayoutTests/http/tests/inspector/compiler-source-mapping-debug.html
|
| +++ b/LayoutTests/http/tests/inspector/compiler-source-mapping-debug.html
|
| @@ -16,7 +16,7 @@ function test()
|
| InspectorTest.runDebuggerTestSuite([
|
| function testSetBreakpoint(next)
|
| {
|
| - WebInspector.settings.sourceMapsEnabled.set(true);
|
| + WebInspector.settings.jsSourceMapsEnabled.get = function() { return true; };
|
| InspectorTest.reloadPage(pageReloaded);
|
|
|
| function pageReloaded()
|
|
|