| Index: runtime/vm/code_generator_ia32.cc
|
| diff --git a/runtime/vm/code_generator_ia32.cc b/runtime/vm/code_generator_ia32.cc
|
| index 56db60ddf95386f73cf644447f8732d4de29806d..1df7f19996d999a1f7e1f52c2fdf0f4c44245c3c 100644
|
| --- a/runtime/vm/code_generator_ia32.cc
|
| +++ b/runtime/vm/code_generator_ia32.cc
|
| @@ -214,8 +214,8 @@ void CodeGenerator::GeneratePreEntryCode() {
|
| // - No two descriptors of same kind have the same PC.
|
| // A function without unique ids is marked as non-optimizable (e.g., because of
|
| // finally blocks).
|
| -static void VerifyPcDescriptors(const PcDescriptors& descriptors,
|
| - bool check_ids) {
|
| +void CodeGenerator::VerifyPcDescriptors(const PcDescriptors& descriptors,
|
| + bool check_ids) {
|
| #if defined(DEBUG)
|
| // TODO(srdjan): Implement a more efficient way to check, currently drop
|
| // the check for too large number of descriptors.
|
|
|