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

Unified Diff: Source/bindings/core/v8/PageScriptDebugServer.h

Issue 1132793002: DevTools: do not enable debugger for pages where script execution is prohibited (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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/bindings/core/v8/PageScriptDebugServer.h
diff --git a/Source/bindings/core/v8/PageScriptDebugServer.h b/Source/bindings/core/v8/PageScriptDebugServer.h
index a2a47292fed57c1745a44c679a0413435602f5d1..21dc3914c4a98f42d0c5423f54cd60f719ace7a9 100644
--- a/Source/bindings/core/v8/PageScriptDebugServer.h
+++ b/Source/bindings/core/v8/PageScriptDebugServer.h
@@ -58,7 +58,7 @@ public:
DECLARE_VIRTUAL_TRACE();
static void setContextDebugData(v8::Local<v8::Context>, const String& type, int contextDebugId);
- void addListener(ScriptDebugListener*, LocalFrame*, int contextDebugId);
+ bool addListener(ScriptDebugListener*, LocalFrame*, int contextDebugId);
void removeListener(ScriptDebugListener*, LocalFrame*);
static PageScriptDebugServer* instance();
« no previous file with comments | « no previous file | Source/bindings/core/v8/PageScriptDebugServer.cpp » ('j') | Source/bindings/core/v8/PageScriptDebugServer.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698