Index: LayoutTests/svg/as-image/image-respects-pageScaleFactor.html |
diff --git a/LayoutTests/svg/as-image/image-respects-pageScaleFactor.html b/LayoutTests/svg/as-image/image-respects-pageScaleFactor.html |
index 2b83df5ca0fc782cd2f9bce5d19d86832c4e7dc3..b7502916f62ee037c3f7bb766d9bcb6d66bbc003 100644 |
--- a/LayoutTests/svg/as-image/image-respects-pageScaleFactor.html |
+++ b/LayoutTests/svg/as-image/image-respects-pageScaleFactor.html |
@@ -2,10 +2,10 @@ |
<head> |
<script> |
function init() { |
- if (!window.internals) |
+ if (!window.eventSender) |
return; |
- window.internals.setPageScaleFactor(2, 0, 0); |
+ window.eventSender.setPageScaleFactor(2, 0, 0); |
} |
window.onload = init; |
</script> |