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

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

Issue 761143003: DevTools: remove ScriptPreprocessor (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 5 years, 10 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 | « Source/bindings/core/v8/v8.gypi ('k') | Source/core/inspector/InspectorDebuggerAgent.cpp » ('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 fe98350ba1b067814cc49b0411543b9607b2608b..4c15878e386792ea9c6aca4eb2895b471906ff64 100644
--- a/Source/core/inspector/InspectorDebuggerAgent.h
+++ b/Source/core/inspector/InspectorDebuggerAgent.h
@@ -93,9 +93,6 @@ public:
bool isPaused();
void addMessageToConsole(ConsoleMessage*);
- String preprocessEventListener(LocalFrame*, const String& source, const String& url, const String& functionName);
- ScriptSourceCode preprocess(LocalFrame*, const ScriptSourceCode&);
-
// Part of the protocol.
void enable(ErrorString*) final;
void disable(ErrorString*) final;
« no previous file with comments | « Source/bindings/core/v8/v8.gypi ('k') | Source/core/inspector/InspectorDebuggerAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698