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

Unified Diff: test/cctest/test-assembler-a64.cc

Issue 153773002: A64: Synchronize with r16679. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: Created 6 years, 10 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/cctest/test-api.cc ('k') | test/cctest/test-assembler-arm.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-assembler-a64.cc
diff --git a/test/cctest/test-assembler-a64.cc b/test/cctest/test-assembler-a64.cc
index ae71e41b6b5fcced47d323df49c0e44e2a327f17..0ba9823c77326f1157bb730190e96c50f6995167 100644
--- a/test/cctest/test-assembler-a64.cc
+++ b/test/cctest/test-assembler-a64.cc
@@ -107,9 +107,9 @@ static void InitializeVM() {
#define SETUP() SETUP_SIZE(BUF_SIZE)
#define INIT_V8() \
- v8::HandleScope handle_scope; \
CcTest::InitializeVM(); \
Isolate* isolate = Isolate::Current(); \
+ HandleScope scope(isolate); \
ASSERT(isolate != NULL);
#ifdef USE_SIMULATOR
« no previous file with comments | « test/cctest/test-api.cc ('k') | test/cctest/test-assembler-arm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698