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

Unified Diff: Source/WebCore/inspector/WorkerInspectorController.cpp

Issue 11410030: Merge 133030 - Web Inspector: page crash when pausing in dedicated worker (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1271/
Patch Set: Created 8 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/inspector/WorkerInspectorController.cpp
===================================================================
--- Source/WebCore/inspector/WorkerInspectorController.cpp (revision 134193)
+++ Source/WebCore/inspector/WorkerInspectorController.cpp (working copy)
@@ -114,7 +114,9 @@
#endif
, 0
, 0
- , 0
+#if ENABLE(JAVASCRIPT_DEBUGGER)
+ , m_debuggerAgent.get()
+#endif
);
#if ENABLE(JAVASCRIPT_DEBUGGER)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698