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

Unified Diff: test/compiler-unittests/compiler-unittests.cc

Issue 480863002: Refactor ChangeLowering class to avoid template specialization. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix Created 6 years, 4 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
« no previous file with comments | « test/compiler-unittests/compiler-unittests.h ('k') | test/compiler-unittests/compiler-unittests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/compiler-unittests/compiler-unittests.cc
diff --git a/test/compiler-unittests/compiler-unittests.cc b/test/compiler-unittests/compiler-unittests.cc
index 2ce4c93ee220dfe735113300f6f14532a1b1c2e9..86d12400135b3a84f259d594121e174b3a35d10f 100644
--- a/test/compiler-unittests/compiler-unittests.cc
+++ b/test/compiler-unittests/compiler-unittests.cc
@@ -3,6 +3,7 @@
// found in the LICENSE file.
#include "include/libplatform/libplatform.h"
+#include "src/isolate-inl.h"
#include "test/compiler-unittests/compiler-unittests.h"
#include "testing/gmock/include/gmock/gmock.h"
@@ -27,6 +28,9 @@ CompilerTest::CompilerTest()
CompilerTest::~CompilerTest() {}
+Factory* CompilerTest::factory() const { return isolate()->factory(); }
+
+
// static
void CompilerTest::SetUpTestCase() {
Test::SetUpTestCase();
« no previous file with comments | « test/compiler-unittests/compiler-unittests.h ('k') | test/compiler-unittests/compiler-unittests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698