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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/WindowProxyManager.h

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/WindowProxyManager.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/WindowProxyManager.h b/third_party/WebKit/Source/bindings/core/v8/WindowProxyManager.h
index 10610fe69493706c3279da5ee818420d0eccd045..e785aff91e4b21695a72637a0407f71273d9c028 100644
--- a/third_party/WebKit/Source/bindings/core/v8/WindowProxyManager.h
+++ b/third_party/WebKit/Source/bindings/core/v8/WindowProxyManager.h
@@ -38,9 +38,6 @@ class CORE_EXPORT WindowProxyManager final
// the security origin of the context for each isolated world.
void updateSecurityOrigin(SecurityOrigin*);
- // For devtools:
- WindowProxy* existingWindowProxy(DOMWrapperWorld&);
-
void releaseGlobals(HashMap<DOMWrapperWorld*, v8::Local<v8::Object>>&);
void setGlobals(const HashMap<DOMWrapperWorld*, v8::Local<v8::Object>>&);

Powered by Google App Engine
This is Rietveld 408576698