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

Unified Diff: Source/WebKit/chromium/tests/RenderTableCellTest.cpp

Issue 16896019: Replace RenderArena with PartitionAlloc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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: Source/WebKit/chromium/tests/RenderTableCellTest.cpp
diff --git a/Source/WebKit/chromium/tests/RenderTableCellTest.cpp b/Source/WebKit/chromium/tests/RenderTableCellTest.cpp
index 12af9a7c4bb4be40625b8dbd15f16598a4e78177..e259e4b43a0081e0f6dcca51fc852dd04e0bb6e4 100644
--- a/Source/WebKit/chromium/tests/RenderTableCellTest.cpp
+++ b/Source/WebKit/chromium/tests/RenderTableCellTest.cpp
@@ -33,7 +33,6 @@
#include "WebView.h"
#include "core/dom/Document.h"
#include "core/page/Frame.h"
-#include "core/rendering/RenderArena.h"
#include <gtest/gtest.h>
@@ -63,11 +62,6 @@ class RenderTableCellDeathTest : public testing::Test {
return frame()->document();
}
- static RenderArena* arena()
- {
- return document()->renderArena();
- }
-
virtual void SetUp()
{
m_cell = RenderTableCell::createAnonymous(document());
« no previous file with comments | « no previous file | Source/WebKit/chromium/tests/RenderTableRowTest.cpp » ('j') | Source/core/css/CSSCursorImageValue.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698