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

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

Issue 781913003: Remove unused isolatedWorldCount (Closed) Base URL: git@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 | « sky/engine/bindings/core/v8/DOMWrapperWorld.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/bindings/core/v8/DOMWrapperWorld.cpp
diff --git a/sky/engine/bindings/core/v8/DOMWrapperWorld.cpp b/sky/engine/bindings/core/v8/DOMWrapperWorld.cpp
index 49466729e14b4f0a1c176799acb2807dd3da04cd..8f50e6c1a8b70d760a62eabcc30dac1442a3b7d1 100644
--- a/sky/engine/bindings/core/v8/DOMWrapperWorld.cpp
+++ b/sky/engine/bindings/core/v8/DOMWrapperWorld.cpp
@@ -44,7 +44,6 @@
namespace blink {
-unsigned DOMWrapperWorld::isolatedWorldCount = 0;
DOMWrapperWorld* DOMWrapperWorld::worldOfInitializingWindow = 0;
PassRefPtr<DOMWrapperWorld> DOMWrapperWorld::create(FakeWorldMarker marker)
« no previous file with comments | « sky/engine/bindings/core/v8/DOMWrapperWorld.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698