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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp

Issue 2607743002: Remove existingWindowProxy() (Closed)
Patch Set: Created 4 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
Index: third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp
index 602e2bd0ff793506ad32db9548b2391e406c612b..2cc132f75037b737b5122ea8d22bef2434db96fd 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptController.cpp
@@ -215,10 +215,6 @@ bool ScriptController::initializeMainWorld() {
return windowProxy(DOMWrapperWorld::mainWorld())->isContextInitialized();
}
-WindowProxy* ScriptController::existingWindowProxy(DOMWrapperWorld& world) {
- return m_windowProxyManager->existingWindowProxy(world);
-}
-
WindowProxy* ScriptController::windowProxy(DOMWrapperWorld& world) {
WindowProxy* windowProxy = m_windowProxyManager->windowProxy(world);
if (!windowProxy->isContextInitialized()) {

Powered by Google App Engine
This is Rietveld 408576698