| Index: Source/core/inspector/InjectedScriptManager.h
|
| diff --git a/Source/core/inspector/InjectedScriptManager.h b/Source/core/inspector/InjectedScriptManager.h
|
| index 0db6529c0739beed929fcb743a353582a3c4cc5b..6bd59582f07c97651e1df01df3532d9de8ebefbd 100644
|
| --- a/Source/core/inspector/InjectedScriptManager.h
|
| +++ b/Source/core/inspector/InjectedScriptManager.h
|
| @@ -72,7 +72,7 @@ private:
|
| ScriptObject createInjectedScript(const String& source, ScriptState*, int id);
|
|
|
| static bool canAccessInspectedWindow(ScriptState*);
|
| - static bool canAccessInspectedWorkerContext(ScriptState*);
|
| + static bool canAccessInspectedWorkerGlobalScope(ScriptState*);
|
|
|
| int m_nextInjectedScriptId;
|
| typedef HashMap<int, InjectedScript> IdToInjectedScriptMap;
|
|
|