Index: Source/core/testing/Internals.idl |
diff --git a/Source/core/testing/Internals.idl b/Source/core/testing/Internals.idl |
index 81786e1185fe3f5d0cce0096d02e71a4f22654cd..0f1d00780f4045b898ab93a7a82426c2cc09552d 100644 |
--- a/Source/core/testing/Internals.idl |
+++ b/Source/core/testing/Internals.idl |
@@ -99,7 +99,7 @@ |
[TypeChecking=Interface] void setMarkersActive(Node node, unsigned long startOffset, unsigned long endOffset, boolean active); |
void setMarkedTextMatchesAreHighlighted(Document document, boolean highlight); |
- [RaisesException, TypeChecking=Interface] void setScrollViewPosition(Document document, long x, long y); |
+ [RaisesException, TypeChecking=Interface] void setFrameViewPosition(Document document, long x, long y); |
[RaisesException, TypeChecking=Interface] DOMString viewportAsText(Document document, |
float devicePixelRatio, |