Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(948)

Unified Diff: sky/engine/bindings/core/v8/DOMWrapperWorld.h

Issue 754463004: Remove ScriptPreprocessor (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sky/engine/bindings/core/v8/V8ScriptRunner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/core/v8/DOMWrapperWorld.h
diff --git a/sky/engine/bindings/core/v8/DOMWrapperWorld.h b/sky/engine/bindings/core/v8/DOMWrapperWorld.h
index cc50bb92d0c2f62b98a77eeb47c172309f61e017..cbba11619e0200bf4dd0506ea34a1c1befbca8f3 100644
--- a/sky/engine/bindings/core/v8/DOMWrapperWorld.h
+++ b/sky/engine/bindings/core/v8/DOMWrapperWorld.h
@@ -50,7 +50,6 @@ enum WorldIdConstants {
MainWorldId = 0,
// Embedder isolated worlds can use IDs in [1, 1<<29).
EmbedderWorldIdLimit = (1 << 29),
- ScriptPreprocessorIsolatedWorldId,
IsolatedWorldIdLimit,
TestingWorldId,
};
« no previous file with comments | « no previous file | sky/engine/bindings/core/v8/V8ScriptRunner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698