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

Unified Diff: third_party/WebKit/Source/platform/bindings/DOMWrapperWorld.cpp

Issue 2989793003: Revert of [Bindings] Create and use V8 context snapshots (Closed)
Patch Set: Created 3 years, 5 months 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
Index: third_party/WebKit/Source/platform/bindings/DOMWrapperWorld.cpp
diff --git a/third_party/WebKit/Source/platform/bindings/DOMWrapperWorld.cpp b/third_party/WebKit/Source/platform/bindings/DOMWrapperWorld.cpp
index 98f4f4bfc26b292872ed71430d397abc846ebd32..ef4500a6e5070d45d8793588ad29421d21e201ef 100644
--- a/third_party/WebKit/Source/platform/bindings/DOMWrapperWorld.cpp
+++ b/third_party/WebKit/Source/platform/bindings/DOMWrapperWorld.cpp
@@ -87,7 +87,6 @@
case WorldType::kGarbageCollector:
case WorldType::kRegExp:
case WorldType::kTesting:
- case WorldType::kForV8ContextSnapshotNonMain:
case WorldType::kWorker: {
WorldMap& map = GetWorldMap();
DCHECK(!map.Contains(world_id_));
@@ -289,7 +288,6 @@
case WorldType::kGarbageCollector:
case WorldType::kRegExp:
case WorldType::kTesting:
- case WorldType::kForV8ContextSnapshotNonMain:
case WorldType::kWorker:
int world_id = *next_world_id;
CHECK_GE(world_id, WorldId::kUnspecifiedWorldIdStart);

Powered by Google App Engine
This is Rietveld 408576698