Index: src/bootstrapper.h |
diff --git a/src/bootstrapper.h b/src/bootstrapper.h |
index b4469d5914a42b919c5f0c0dc7f8cde7728f1e1a..66a3d8ad027a1631ff9c7a28f11f23c6e930bad8 100644 |
--- a/src/bootstrapper.h |
+++ b/src/bootstrapper.h |
@@ -61,7 +61,7 @@ class SourceCodeCache final BASE_EMBEDDED { |
DISALLOW_COPY_AND_ASSIGN(SourceCodeCache); |
}; |
-enum GlobalContextType { FULL_CONTEXT, THIN_CONTEXT, DEBUG_CONTEXT }; |
+enum GlobalContextType { FULL_CONTEXT, DEBUG_CONTEXT }; |
// The Boostrapper is the public interface for creating a JavaScript global |
// context. |