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

Unified Diff: Source/core/inspector/WorkerDebuggerAgent.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/core/inspector/WorkerDebuggerAgent.h
diff --git a/Source/core/inspector/WorkerDebuggerAgent.h b/Source/core/inspector/WorkerDebuggerAgent.h
index b3dd8acfbde46b794ede92f3b5334e30a5748fa8..0ca3f108fc2112f0d7ea6a3d87405d1660a5153b 100644
--- a/Source/core/inspector/WorkerDebuggerAgent.h
+++ b/Source/core/inspector/WorkerDebuggerAgent.h
@@ -54,7 +54,7 @@ private:
WorkerDebuggerAgent(WorkerScriptDebugServer*, WorkerGlobalScope*, InjectedScriptManager*);
- void startListeningScriptDebugServer() override;
+ bool startListeningScriptDebugServer() override;
void stopListeningScriptDebugServer() override;
WorkerScriptDebugServer& scriptDebugServer() override;
InjectedScript injectedScriptForEval(ErrorString*, const int* executionContextId) override;

Powered by Google App Engine
This is Rietveld 408576698