Reviewers: Benedikt Meurer,

Message:
hi, Meurer.

PTAL.

thanks.

Description:
Fix a typo error.

This error is introduced by baafb8f92e29bf6da68e56251863707b683c67af.

BUG=

Please review this at https://codereview.chromium.org/791543003/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+1, -1 lines):
  M src/compiler/linkage.cc


Index: src/compiler/linkage.cc
diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc
index 1bf70f538534499172a3ea4fcbf4e93517bd4893..fc6b19e714b834b9361e588886c839b75f473f58 100644
--- a/src/compiler/linkage.cc
+++ b/src/compiler/linkage.cc
@@ -240,7 +240,7 @@ CallDescriptor* Linkage::GetRuntimeCallDescriptor(

 CallDescriptor* Linkage::GetStubCallDescriptor(
     const CallInterfaceDescriptor& descriptor, int stack_parameter_count,
-    CallDescriptor::Flags flags, OperatorProperties::Properties properties,
+    CallDescriptor::Flags flags, Operator::Properties properties,
     Zone* zone) {
   UNIMPLEMENTED();
   return NULL;


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to