summaryrefslogtreecommitdiff
path: root/src/runtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime.h')
-rw-r--r--src/runtime.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime.h b/src/runtime.h
index 6d11cf3827..70bdc99860 100644
--- a/src/runtime.h
+++ b/src/runtime.h
@@ -161,7 +161,7 @@ class Runtime {
void BlockSignals();
bool Init(const Options& options, bool ignore_unrecognized);
- void InitLibraries();
+ void InitNativeMethods();
void RegisterRuntimeNativeMethods(JNIEnv*);
void RunImageClinits();
void StartDaemonThreads();