| Index: Source/web/tests/PinchViewportTest.cpp
|
| diff --git a/Source/web/tests/PinchViewportTest.cpp b/Source/web/tests/PinchViewportTest.cpp
|
| index 70bfed274f49239ec99a4c80e885f663c766af4a..128cc585e6d10d6e1a85a97ef77cf69efde96c7d 100644
|
| --- a/Source/web/tests/PinchViewportTest.cpp
|
| +++ b/Source/web/tests/PinchViewportTest.cpp
|
| @@ -129,7 +129,7 @@ public:
|
| webViewImpl()->setDefaultPageScaleLimits(0.25f, 5);
|
| }
|
|
|
| - virtual ~PinchViewportTest()
|
| + ~PinchViewportTest() override
|
| {
|
| Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
|
| }
|
|
|