Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(365)

Unified Diff: third_party/WebKit/Source/web/tests/ProgrammaticScrollTest.cpp

Issue 1851293002: Remove BLINK_ASSERT() and BLINK_ASSERT_NOT_REACHED() macros. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Check the |callbacks| for nullptr and use explicit delete. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/web/tests/ProgrammaticScrollTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/ProgrammaticScrollTest.cpp b/third_party/WebKit/Source/web/tests/ProgrammaticScrollTest.cpp
index c1c93c684bb2fe08775973ff1d8a0fb913f85763..27c6fe812a879e62c2c95ff2ef2e02c8e076e22d 100644
--- a/third_party/WebKit/Source/web/tests/ProgrammaticScrollTest.cpp
+++ b/third_party/WebKit/Source/web/tests/ProgrammaticScrollTest.cpp
@@ -19,9 +19,6 @@
namespace blink {
-class MockWebFrameClient : public WebFrameClient {
-};
-
class ProgrammaticScrollTest : public testing::Test {
public:
ProgrammaticScrollTest()
@@ -42,7 +39,7 @@ protected:
}
std::string m_baseURL;
- MockWebFrameClient m_mockWebFrameClient;
+ FrameTestHelpers::TestWebFrameClient m_mockWebFrameClient;
};
TEST_F(ProgrammaticScrollTest, RestoreScrollPositionAndViewStateWithScale)

Powered by Google App Engine
This is Rietveld 408576698