| Index: runtime/vm/instructions_dbc.h
|
| diff --git a/runtime/vm/instructions_dbc.h b/runtime/vm/instructions_dbc.h
|
| index a10dcc0a62002cb24cc6c57cad35ad413968cf07..e0ea7999033b0010c67593546f3dac48faad8fb2 100644
|
| --- a/runtime/vm/instructions_dbc.h
|
| +++ b/runtime/vm/instructions_dbc.h
|
| @@ -3,10 +3,10 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Classes that describe assembly patterns as used by inline caches.
|
|
|
| -#ifndef VM_INSTRUCTIONS_DBC_H_
|
| -#define VM_INSTRUCTIONS_DBC_H_
|
| +#ifndef RUNTIME_VM_INSTRUCTIONS_DBC_H_
|
| +#define RUNTIME_VM_INSTRUCTIONS_DBC_H_
|
|
|
| -#ifndef VM_INSTRUCTIONS_H_
|
| +#ifndef RUNTIME_VM_INSTRUCTIONS_H_
|
| #error Do not include instructions_dbc.h directly; use instructions.h instead.
|
| #endif
|
|
|
| @@ -135,4 +135,4 @@ class ReturnPattern : public ValueObject {
|
|
|
| } // namespace dart
|
|
|
| -#endif // VM_INSTRUCTIONS_DBC_H_
|
| +#endif // RUNTIME_VM_INSTRUCTIONS_DBC_H_
|
|
|