| Index: Source/testing/runner/EventSender.h
|
| diff --git a/Source/testing/runner/EventSender.h b/Source/testing/runner/EventSender.h
|
| index b4fe5b8c83557b19213c7bc1836d91422a04b436..92cfafa8b416afe68a60be43c2870e30521fc57d 100644
|
| --- a/Source/testing/runner/EventSender.h
|
| +++ b/Source/testing/runner/EventSender.h
|
| @@ -86,7 +86,7 @@ public:
|
| void textZoomOut(const CppArgumentList&, CppVariant*);
|
| void zoomPageIn(const CppArgumentList&, CppVariant*);
|
| void zoomPageOut(const CppArgumentList&, CppVariant*);
|
| - void scalePageBy(const CppArgumentList&, CppVariant*);
|
| + void setPageScaleFactor(const CppArgumentList&, CppVariant*);
|
|
|
| void mouseDragBegin(const CppArgumentList&, CppVariant*);
|
| void mouseScrollBy(const CppArgumentList&, CppVariant*);
|
|
|