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

Unified Diff: src/disassembler.cc

Issue 1157663007: Greedy allocator: perf work (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Small fix Created 5 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: src/disassembler.cc
diff --git a/src/disassembler.cc b/src/disassembler.cc
index 9ec2f42377ba7de4b2f090d5855811ce1641ac12..a1b7d0a00591982993e70267d8c523e0b87aa616 100644
--- a/src/disassembler.cc
+++ b/src/disassembler.cc
@@ -294,6 +294,5 @@ int Disassembler::Decode(Isolate* isolate, std::ostream* os, byte* begin,
}
#endif // ENABLE_DISASSEMBLER
-
-} // namespace internal
-} // namespace v8
+}
Benedikt Meurer 2015/06/11 05:30:30 Please undo this change, especially since this fil
Mircea Trofin 2015/06/11 07:19:36 This (well, undoing it) makes git cl format compla
+} // namespace v8::internal

Powered by Google App Engine
This is Rietveld 408576698