| Index: third_party/WebKit/LayoutTests/inspector/sources/source-code-diff.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/sources/source-code-diff.html b/third_party/WebKit/LayoutTests/inspector/sources/source-code-diff.html
|
| index 51fb1e6b17b8f870616117c0e920c2aba56ac692..3997c8551d035b9e88125997acc550ae63c8d06e 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/sources/source-code-diff.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector/sources/source-code-diff.html
|
| @@ -8,6 +8,7 @@
|
| <script src="../../http/tests/inspector/debugger-test.js"></script>
|
| <script src="../../http/tests/inspector/sources-test.js"></script>
|
| <script>
|
| +
|
| function test()
|
| {
|
| Runtime.experiments.enableForTest("sourceDiff");
|
| @@ -23,7 +24,7 @@ function test()
|
| function onBefore(beforeFrame)
|
| {
|
| InspectorTest.addSniffer(SourceFrame.SourceCodeDiff.prototype, "_decorationsSetForTest", decorationsSet);
|
| - beforeFrame.setContent(textAfter);
|
| + beforeFrame.uiSourceCode().setWorkingCopy(textAfter);
|
| }
|
|
|
| function decorationsSet(decorations)
|
|
|