| Index: runtime/vm/stack_frame.h
|
| diff --git a/runtime/vm/stack_frame.h b/runtime/vm/stack_frame.h
|
| index 3198872ae1aedbb8701a3b7ca5040f663408923c..5076939f5028d7d295c42b78801279e48d920550 100644
|
| --- a/runtime/vm/stack_frame.h
|
| +++ b/runtime/vm/stack_frame.h
|
| @@ -2,8 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -#ifndef VM_STACK_FRAME_H_
|
| -#define VM_STACK_FRAME_H_
|
| +#ifndef RUNTIME_VM_STACK_FRAME_H_
|
| +#define RUNTIME_VM_STACK_FRAME_H_
|
|
|
| #include "vm/allocation.h"
|
| #include "vm/object.h"
|
| @@ -407,4 +407,4 @@ DART_FORCE_INLINE static uword LocalVarAddress(uword fp, intptr_t index) {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_STACK_FRAME_H_
|
| +#endif // RUNTIME_VM_STACK_FRAME_H_
|
|
|