Commit 56f8ba13 authored by chunyang.dai's avatar chunyang.dai Committed by Commit bot

Fix a typo error.

This error is introduced by baafb8f9.

BUG=

Review URL: https://codereview.chromium.org/791543003

Cr-Commit-Position: refs/heads/master@{#25724}
parent 581747c8
...@@ -240,7 +240,7 @@ CallDescriptor* Linkage::GetRuntimeCallDescriptor( ...@@ -240,7 +240,7 @@ CallDescriptor* Linkage::GetRuntimeCallDescriptor(
CallDescriptor* Linkage::GetStubCallDescriptor( CallDescriptor* Linkage::GetStubCallDescriptor(
const CallInterfaceDescriptor& descriptor, int stack_parameter_count, const CallInterfaceDescriptor& descriptor, int stack_parameter_count,
CallDescriptor::Flags flags, OperatorProperties::Properties properties, CallDescriptor::Flags flags, Operator::Properties properties,
Zone* zone) { Zone* zone) {
UNIMPLEMENTED(); UNIMPLEMENTED();
return NULL; return NULL;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment