aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/src/natives.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/natives.h')
-rw-r--r--deps/v8/src/natives.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/deps/v8/src/natives.h b/deps/v8/src/natives.h
index e3f69d1dae..5f34420d0b 100644
--- a/deps/v8/src/natives.h
+++ b/deps/v8/src/natives.h
@@ -36,7 +36,7 @@ typedef bool (*NativeSourceCallback)(Vector<const char> name,
int index);
enum NativeType {
- CORE, EXPERIMENTAL, D8, TEST, I18N
+ CORE, EXPERIMENTAL, D8, TEST
};
template <NativeType type>
@@ -61,7 +61,6 @@ class NativesCollection {
typedef NativesCollection<CORE> Natives;
typedef NativesCollection<EXPERIMENTAL> ExperimentalNatives;
-typedef NativesCollection<I18N> I18NNatives;
} } // namespace v8::internal