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

Unified Diff: src/disasm.h

Issue 8939: Backport the changes from the readability. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 12 years, 2 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 | « src/constants-arm.h ('k') | src/disasm-arm.cc » ('j') | src/v8.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/disasm.h
===================================================================
--- src/disasm.h (revision 661)
+++ src/disasm.h (working copy)
@@ -49,9 +49,6 @@
// A generic Disassembler interface
class Disassembler {
public:
- // Uses default NameConverter.
- Disassembler();
-
// Caller deallocates converter.
explicit Disassembler(const NameConverter& converter);
@@ -70,6 +67,8 @@
static void Disassemble(FILE* f, byte* begin, byte* end);
private:
const NameConverter& converter_;
+
+ DISALLOW_IMPLICIT_CONSTRUCTORS(Disassembler);
};
} // namespace disasm
« no previous file with comments | « src/constants-arm.h ('k') | src/disasm-arm.cc » ('j') | src/v8.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698