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

Unified Diff: src/ast.cc

Issue 919643008: Remove --experimental-classes flag and related dead code. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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
« no previous file with comments | « src/arm64/full-codegen-arm64.cc ('k') | src/ast-this-access-visitor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ast.cc
diff --git a/src/ast.cc b/src/ast.cc
index 9ef8af411cbd158226f9097359ac235dcf849b54..2d4d3d57bf3805faee5fad1b055cd1dcf5255168 100644
--- a/src/ast.cc
+++ b/src/ast.cc
@@ -567,7 +567,7 @@ bool Call::IsUsingCallFeedbackICSlot(Isolate* isolate) const {
bool Call::IsUsingCallFeedbackSlot(Isolate* isolate) const {
// SuperConstructorCall uses a CallConstructStub, which wants
// a Slot, not an IC slot.
- return FLAG_experimental_classes && GetCallType(isolate) == SUPER_CALL;
+ return GetCallType(isolate) == SUPER_CALL;
}
« no previous file with comments | « src/arm64/full-codegen-arm64.cc ('k') | src/ast-this-access-visitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698