| Index: src/global-handles.h
|
| diff --git a/src/global-handles.h b/src/global-handles.h
|
| index a40645199c61b1d24a766f18cb5d8847468d0631..13fc111d8178c80e5cf86e5eae302c00d4f16764 100644
|
| --- a/src/global-handles.h
|
| +++ b/src/global-handles.h
|
| @@ -161,7 +161,7 @@ class GlobalHandles {
|
| }
|
|
|
| // Clear the weakness of a global handle.
|
| - static void ClearWeakness(Object** location);
|
| + static void* ClearWeakness(Object** location);
|
|
|
| // Clear the weakness of a global handle.
|
| static void MarkIndependent(Object** location);
|
| @@ -340,6 +340,7 @@ class EternalHandles {
|
| enum SingletonHandle {
|
| I18N_TEMPLATE_ONE,
|
| I18N_TEMPLATE_TWO,
|
| + DATE_CACHE_VERSION,
|
|
|
| NUMBER_OF_SINGLETON_HANDLES
|
| };
|
|
|