summaryrefslogtreecommitdiff
path: root/deps/v8/src/reloc-info.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/reloc-info.h')
-rw-r--r--deps/v8/src/reloc-info.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/deps/v8/src/reloc-info.h b/deps/v8/src/reloc-info.h
index 53d52830a0..5f7071f845 100644
--- a/deps/v8/src/reloc-info.h
+++ b/deps/v8/src/reloc-info.h
@@ -341,7 +341,7 @@ class RelocInfo {
// RelocInfoWriter serializes a stream of relocation info. It writes towards
// lower addresses.
-class RelocInfoWriter BASE_EMBEDDED {
+class RelocInfoWriter {
public:
RelocInfoWriter() : pos_(nullptr), last_pc_(nullptr) {}
@@ -402,7 +402,6 @@ class RelocIterator : public Malloced {
Vector<const byte> reloc_info, Address const_pool,
int mode_mask = -1);
RelocIterator(RelocIterator&&) = default;
- RelocIterator& operator=(RelocIterator&&) = default;
// Iteration
bool done() const { return done_; }