Index: Source/bindings/core/v8/DOMWrapperWorld.h |
diff --git a/Source/bindings/core/v8/DOMWrapperWorld.h b/Source/bindings/core/v8/DOMWrapperWorld.h |
index 484350d22073e818af9e389e07a91735e82310e9..24703f706d9a7bec86ffe9aa4472ab884de77551 100644 |
--- a/Source/bindings/core/v8/DOMWrapperWorld.h |
+++ b/Source/bindings/core/v8/DOMWrapperWorld.h |
@@ -47,7 +47,6 @@ enum WorldIdConstants { |
MainWorldId = 0, |
// Embedder isolated worlds can use IDs in [1, 1<<29). |
EmbedderWorldIdLimit = (1 << 29), |
- ScriptPreprocessorIsolatedWorldId, |
PrivateScriptIsolatedWorldId, |
IsolatedWorldIdLimit, |
WorkerWorldId, |