| Index: runtime/vm/precompiler.h
|
| diff --git a/runtime/vm/precompiler.h b/runtime/vm/precompiler.h
|
| index 8ddc612ec87278c95ce324b0675e9f369ff16511..5cae27e1cbce2b46063ef734284e8912f19da8ac 100644
|
| --- a/runtime/vm/precompiler.h
|
| +++ b/runtime/vm/precompiler.h
|
| @@ -306,7 +306,7 @@ class Precompiler : public ValueObject {
|
| void TraceTypesFromRetainedClasses();
|
| void DropTypes();
|
| void DropTypeArguments();
|
| - void DropCompileTimeConstantCaches();
|
| + void DropScriptData();
|
| void DropClasses();
|
| void DropLibraries();
|
|
|
|
|