Index: Source/core/testing/Internals.cpp |
diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp |
index eafd40de78d67fbe4c55e7a39f33a5fe22a367e6..07492b2185b2ff811fe99dc8d7760e4691208f83 100644 |
--- a/Source/core/testing/Internals.cpp |
+++ b/Source/core/testing/Internals.cpp |
@@ -809,7 +809,7 @@ void Internals::setMarkedTextMatchesAreHighlighted(Document* document, bool high |
document->frame()->editor().setMarkedTextMatchesAreHighlighted(highlight); |
} |
-void Internals::setScrollViewPosition(Document* document, long x, long y, ExceptionState& exceptionState) |
+void Internals::setFrameViewPosition(Document* document, long x, long y, ExceptionState& exceptionState) |
{ |
ASSERT(document); |
if (!document->view()) { |