| Index: LayoutTests/fast/repaint/background-scaling.html
|
| diff --git a/LayoutTests/fast/repaint/background-scaling.html b/LayoutTests/fast/repaint/background-scaling.html
|
| index 29e84699bbc52fbc057b0bbd00531e29581b5260..6f490b17b3710a0e012d67c194910f01b3029e29 100644
|
| --- a/LayoutTests/fast/repaint/background-scaling.html
|
| +++ b/LayoutTests/fast/repaint/background-scaling.html
|
| @@ -4,8 +4,8 @@
|
| <script type="text/javascript">
|
| function repaintTest()
|
| {
|
| - if (window.internals)
|
| - window.internals.setPageScaleFactor(0.25, 0, 0);
|
| + if (window.eventSender)
|
| + window.eventSender.setPageScaleFactor(0.25, 0, 0);
|
| }
|
| </script>
|
| </head>
|
|
|