| Index: src/interface-descriptors.h
|
| diff --git a/src/interface-descriptors.h b/src/interface-descriptors.h
|
| index c1f374ce1aff421e43d391c2a01247b1af21e330..3e4f3e7361d4af78c7c5dc6ffeda82ff2b3fd1d3 100644
|
| --- a/src/interface-descriptors.h
|
| +++ b/src/interface-descriptors.h
|
| @@ -163,7 +163,7 @@ class CallInterfaceDescriptor {
|
|
|
| static const Register ContextRegister();
|
|
|
| - const char* DebugName(Isolate* isolate);
|
| + const char* DebugName(Isolate* isolate) const;
|
|
|
| protected:
|
| const CallInterfaceDescriptorData* data() const { return data_; }
|
|
|