| Index: src/compiler/ast-graph-builder.h
|
| diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h
|
| index 8b90f072a02a7249aa8fc2f200f85406ba6ffdaf..a6e8bd53c0b4b498261d7431a0caec2891b0f609 100644
|
| --- a/src/compiler/ast-graph-builder.h
|
| +++ b/src/compiler/ast-graph-builder.h
|
| @@ -233,7 +233,7 @@ class AstGraphBuilder : public AstVisitor {
|
| Node** EnsureInputBufferSize(int size);
|
|
|
| // Named and keyed loads require a VectorSlotPair for successful lowering.
|
| - VectorSlotPair CreateVectorSlotPair(FeedbackVectorICSlot slot) const;
|
| + VectorSlotPair CreateVectorSlotPair(FeedbackVectorSlot slot) const;
|
|
|
| // Determine which contexts need to be checked for extension objects that
|
| // might shadow the optimistic declaration of dynamic lookup variables.
|
|
|