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

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

Issue 1180713005: DevTools: speculative fix of crash in PageDebuggerAgent::restore (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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/PageDebuggerAgent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/InspectorDebuggerAgent.h
diff --git a/Source/core/inspector/InspectorDebuggerAgent.h b/Source/core/inspector/InspectorDebuggerAgent.h
index 233e310689c5df581e3a4958c045740356674ed8..37e9705a8d78bca536bec3f60cb816bba462a8f6 100644
--- a/Source/core/inspector/InspectorDebuggerAgent.h
+++ b/Source/core/inspector/InspectorDebuggerAgent.h
@@ -86,9 +86,9 @@ public:
void canSetScriptSource(ErrorString*, bool* result) final { *result = true; }
- void init() override final;
- void restore() override final;
- void disable(ErrorString*) override final;
+ void init() final;
+ void restore() override;
+ void disable(ErrorString*) final;
bool isPaused();
void addMessageToConsole(ConsoleMessage*);
« no previous file with comments | « no previous file | Source/core/inspector/PageDebuggerAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698