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

Unified Diff: src/compiler/js-operator.h

Issue 2659603003: Adapt use-site to new BoilerplateDescription. (Closed)
Patch Set: One more use-site. Created 3 years, 11 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/compiler/js-operator.h
diff --git a/src/compiler/js-operator.h b/src/compiler/js-operator.h
index 5b5984826a6de880500c478b32207b8a8206bf4b..32f07b3e60eb9634c3f54116f3bfdcda62bb9ba6 100644
--- a/src/compiler/js-operator.h
+++ b/src/compiler/js-operator.h
@@ -603,7 +603,7 @@ class V8_EXPORT_PRIVATE JSOperatorBuilder final
const Operator* CreateLiteralArray(Handle<ConstantElementsPair> constant,
int literal_flags, int literal_index,
int number_of_elements);
- const Operator* CreateLiteralObject(Handle<FixedArray> constant_properties,
+ const Operator* CreateLiteralObject(Handle<BoilerplateDescription> constant,
int literal_flags, int literal_index,
int number_of_properties);
const Operator* CreateLiteralRegExp(Handle<String> constant_pattern,

Powered by Google App Engine
This is Rietveld 408576698