| Index: runtime/vm/code_patcher.h
|
| diff --git a/runtime/vm/code_patcher.h b/runtime/vm/code_patcher.h
|
| index 8e413bff8e814eac478929e8d25c16fd930bf89e..379dbb3ff71fed74a756b53a34630cadc0c18483 100644
|
| --- a/runtime/vm/code_patcher.h
|
| +++ b/runtime/vm/code_patcher.h
|
| @@ -24,7 +24,6 @@ class RawICData;
|
| class RawObject;
|
| class String;
|
|
|
| -
|
| // Stack-allocated class to create a scope where the specified region
|
| // [address, address + size] has write access enabled. This is used
|
| // when patching generated code. Access is reset to read-execute in
|
| @@ -39,7 +38,6 @@ class WritableInstructionsScope : public ValueObject {
|
| const intptr_t size_;
|
| };
|
|
|
| -
|
| class CodePatcher : public AllStatic {
|
| public:
|
| // Dart static calls have a distinct, machine-dependent code pattern.
|
|
|