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

Unified Diff: src/code.h

Issue 919703003: WIP: Implement ES6 Spread-calls (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: AssignmentExpressions are not spreadable, add cctests for parsing Created 5 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
Index: src/code.h
diff --git a/src/code.h b/src/code.h
index a0639e8deb8ae4e946e1e35a330aea03eee7a895..f29b3552ea74c00f0efdf5c4804d74463de9b9db 100644
--- a/src/code.h
+++ b/src/code.h
@@ -42,11 +42,8 @@ class ParameterCount BASE_EMBEDDED {
private:
const Register reg_;
const int immediate_;
-
- DISALLOW_IMPLICIT_CONSTRUCTORS(ParameterCount);
};
-
} } // namespace v8::internal
#endif // V8_CODE_H_

Powered by Google App Engine
This is Rietveld 408576698