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

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

Issue 293963003: Remove ScriptObject (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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
Index: Source/core/inspector/InjectedScriptManager.h
diff --git a/Source/core/inspector/InjectedScriptManager.h b/Source/core/inspector/InjectedScriptManager.h
index dd63488053374a250a7e1e7456d373960c1aff4d..a18c71e15d9e4e02aa950831980aa7c6cf924b7f 100644
--- a/Source/core/inspector/InjectedScriptManager.h
+++ b/Source/core/inspector/InjectedScriptManager.h
@@ -40,7 +40,7 @@ namespace WebCore {
class DOMWindow;
class InjectedScript;
class InjectedScriptHost;
-class ScriptObject;
+class ScriptValue;
class InjectedScriptManager {
WTF_MAKE_NONCOPYABLE(InjectedScriptManager); WTF_MAKE_FAST_ALLOCATED;
@@ -70,7 +70,7 @@ private:
explicit InjectedScriptManager(InspectedStateAccessCheck);
String injectedScriptSource();
- ScriptObject createInjectedScript(const String& source, ScriptState*, int id);
+ ScriptValue createInjectedScript(const String& source, ScriptState*, int id);
static bool canAccessInspectedWindow(ScriptState*);
static bool canAccessInspectedWorkerGlobalScope(ScriptState*);
« no previous file with comments | « Source/core/inspector/InjectedScriptCanvasModule.cpp ('k') | Source/core/inspector/InjectedScriptManager.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698