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

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

Issue 14918010: Make inspector objects ScriptWrappable (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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
« no previous file with comments | « no previous file | Source/core/inspector/InjectedScriptHost.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InjectedScriptHost.h
diff --git a/Source/core/inspector/InjectedScriptHost.h b/Source/core/inspector/InjectedScriptHost.h
index 7c63ae34ea77e5cd4825f65dcbdb9ac38f2b6ed5..1f1004fefccee12e606ba483850de98732ecc72d 100644
--- a/Source/core/inspector/InjectedScriptHost.h
+++ b/Source/core/inspector/InjectedScriptHost.h
@@ -31,6 +31,7 @@
#define InjectedScriptHost_h
#include "bindings/v8/ScriptState.h"
+#include "bindings/v8/ScriptWrappable.h"
#include "core/inspector/InspectorAgent.h"
#include "core/page/ConsoleTypes.h"
#include <wtf/RefCounted.h>
@@ -57,7 +58,7 @@ class Storage;
struct EventListenerInfo;
-class InjectedScriptHost : public RefCounted<InjectedScriptHost> {
+class InjectedScriptHost : public RefCounted<InjectedScriptHost>, public ScriptWrappable {
public:
static PassRefPtr<InjectedScriptHost> create();
~InjectedScriptHost();
« no previous file with comments | « no previous file | Source/core/inspector/InjectedScriptHost.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698