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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutObjectTest.cpp

Issue 2504573002: Don't call isURLAllowed() from layout. (Closed)
Patch Set: Fix everything Created 4 years, 1 month 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/core/layout/LayoutObjectTest.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutObjectTest.cpp b/third_party/WebKit/Source/core/layout/LayoutObjectTest.cpp
index 906cca89bebc7d4f877775d6f7d8b0b0adb0eb64..a48afde1d06369b4427b0ccb98044197db367e56 100644
--- a/third_party/WebKit/Source/core/layout/LayoutObjectTest.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutObjectTest.cpp
@@ -14,7 +14,7 @@ namespace blink {
class LayoutObjectTest : public RenderingTest {
public:
- LayoutObjectTest() : RenderingTest(SingleChildFrameLoaderClient::create()) {}
+ LayoutObjectTest() : RenderingTest(EmptyFrameLoaderClient::create()) {}
};
TEST_F(LayoutObjectTest, LayoutDecoratedNameCalledWithPositionedObject) {

Powered by Google App Engine
This is Rietveld 408576698