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

Unified Diff: sky/engine/v8_inspector/PageDebuggerAgent.cpp

Issue 754463004: Remove ScriptPreprocessor (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years 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 | « sky/engine/v8_inspector/InspectorDebuggerAgent.cpp ('k') | sky/engine/v8_inspector/PageScriptDebugServer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/v8_inspector/PageDebuggerAgent.cpp
diff --git a/sky/engine/v8_inspector/PageDebuggerAgent.cpp b/sky/engine/v8_inspector/PageDebuggerAgent.cpp
index c56e8abbca041d380fc89ab0d649f6ac85007588..32e7594d5cd4064601555a0a18f517d4a265b1f4 100644
--- a/sky/engine/v8_inspector/PageDebuggerAgent.cpp
+++ b/sky/engine/v8_inspector/PageDebuggerAgent.cpp
@@ -100,7 +100,6 @@ void PageDebuggerAgent::setOverlayMessage(ErrorString*, const String* message)
void PageDebuggerAgent::didClearDocumentOfWindowObject(LocalFrame* frame)
{
reset();
- scriptDebugServer().setPreprocessorSource(String());
}
} // namespace blink
« no previous file with comments | « sky/engine/v8_inspector/InspectorDebuggerAgent.cpp ('k') | sky/engine/v8_inspector/PageScriptDebugServer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698