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

Unified Diff: Source/bindings/v8/DOMWrapperWorld.h

Issue 168583005: Remove DOMWrapperWorld::isIsolatedWorldId and DOMWrapperWorld::context (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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
« no previous file with comments | « no previous file | Source/bindings/v8/DOMWrapperWorld.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/DOMWrapperWorld.h
diff --git a/Source/bindings/v8/DOMWrapperWorld.h b/Source/bindings/v8/DOMWrapperWorld.h
index 20b714e730e3eff24c0edf4b2671fda8544e84aa..9bb7927a08c7587f0194fd9ff77632ed12346858 100644
--- a/Source/bindings/v8/DOMWrapperWorld.h
+++ b/Source/bindings/v8/DOMWrapperWorld.h
@@ -64,7 +64,6 @@ public:
~DOMWrapperWorld();
static bool isolatedWorldsExist() { return isolatedWorldCount; }
- static bool isIsolatedWorldId(int worldId) { return worldId != MainWorldId && worldId != WorkerWorldId; }
static void getAllWorldsInMainThread(Vector<RefPtr<DOMWrapperWorld> >& worlds);
// FIXME: Replace all call sites of isolatedWorld() with world().
@@ -115,8 +114,6 @@ public:
int worldId() const { return m_worldId; }
int extensionGroup() const { return m_extensionGroup; }
- v8::Handle<v8::Context> context(ScriptController&);
-
DOMDataStore& domDataStore() { return *m_domDataStore; }
private:
« no previous file with comments | « no previous file | Source/bindings/v8/DOMWrapperWorld.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698