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

Unified Diff: Source/core/inspector/InjectedScriptManager.h

Issue 334283004: Rename DOMWindow to LocalDOMWindow (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 6 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 | « Source/core/inspector/ConsoleMessage.cpp ('k') | Source/core/inspector/InjectedScriptManager.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InjectedScriptManager.h
diff --git a/Source/core/inspector/InjectedScriptManager.h b/Source/core/inspector/InjectedScriptManager.h
index fcf367e1a9598ad6240c7cd1f8e3d67a97a733c4..99b42eac63e7b3dd4f9c3e18f0d1ea134dfba0e2 100644
--- a/Source/core/inspector/InjectedScriptManager.h
+++ b/Source/core/inspector/InjectedScriptManager.h
@@ -38,7 +38,7 @@
namespace WebCore {
-class DOMWindow;
+class LocalDOMWindow;
class InjectedScript;
class InjectedScriptHost;
class ScriptValue;
@@ -59,7 +59,7 @@ public:
int injectedScriptIdFor(ScriptState*);
InjectedScript injectedScriptForObjectId(const String& objectId);
void discardInjectedScripts();
- void discardInjectedScriptsFor(DOMWindow*);
+ void discardInjectedScriptsFor(LocalDOMWindow*);
void releaseObjectGroup(const String& objectGroup);
typedef bool (*InspectedStateAccessCheck)(ScriptState*);
« no previous file with comments | « Source/core/inspector/ConsoleMessage.cpp ('k') | Source/core/inspector/InjectedScriptManager.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698