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

Unified Diff: third_party/WebKit/Source/web/tests/LayoutGeometryMapTest.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/LayoutGeometryMapTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/LayoutGeometryMapTest.cpp b/third_party/WebKit/Source/web/tests/LayoutGeometryMapTest.cpp
index ae98a6ee25e34eb7cb93a73677410b48890c232e..372c18115ccd193e95e37422acc285264f8e1c76 100644
--- a/third_party/WebKit/Source/web/tests/LayoutGeometryMapTest.cpp
+++ b/third_party/WebKit/Source/web/tests/LayoutGeometryMapTest.cpp
@@ -43,9 +43,6 @@
namespace blink {
-class MockWebFrameClient : public WebFrameClient {
-};
-
class LayoutGeometryMapTest : public testing::Test {
public:
LayoutGeometryMapTest()
@@ -124,7 +121,7 @@ protected:
}
const std::string m_baseURL;
- MockWebFrameClient m_mockWebViewClient;
+ FrameTestHelpers::TestWebFrameClient m_mockWebViewClient;
};
TEST_F(LayoutGeometryMapTest, SimpleGeometryMapTest)

Powered by Google App Engine
This is Rietveld 408576698