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

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

Issue 2619523003: Remove isGlobalInitialized (Closed)
Patch Set: Created 3 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h b/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
index 9fa59ab2629614ed98021b15738f1c8277cd1f6b..7373e0f62f9774c9e338cf43d83d7ae01ddb5092 100644
--- a/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
+++ b/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
@@ -75,8 +75,6 @@ class WindowProxy final : public GarbageCollectedFinalized<WindowProxy> {
bool isContextInitialized() {
return m_scriptState && !!m_scriptState->perContextData();
}
- bool isGlobalInitialized() { return !m_globalProxy.isEmpty(); }
-
void initializeIfNeeded();
void clearForNavigation();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698