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

Unified Diff: sky/engine/v8_inspector/ScriptDebugServer.h

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/PageScriptDebugServer.cpp ('k') | sky/engine/v8_inspector/ScriptDebugServer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/v8_inspector/ScriptDebugServer.h
diff --git a/sky/engine/v8_inspector/ScriptDebugServer.h b/sky/engine/v8_inspector/ScriptDebugServer.h
index 30395813da6ae2723b4836dabb9e33a1e90dd9d7..d4e40e82726a67f3caebe0380ce97de3707f5392 100644
--- a/sky/engine/v8_inspector/ScriptDebugServer.h
+++ b/sky/engine/v8_inspector/ScriptDebugServer.h
@@ -106,11 +106,6 @@ public:
virtual void compileScript(ScriptState*, const String& expression, const String& sourceURL, String* scriptId, String* exceptionDetailsText, int* lineNumber, int* columnNumber, RefPtr<ScriptCallStack>* stackTrace);
virtual void clearCompiledScripts();
virtual void runScript(ScriptState*, const String& scriptId, ScriptValue* result, bool* wasThrown, String* exceptionDetailsText, int* lineNumber, int* columnNumber, RefPtr<ScriptCallStack>* stackTrace);
- virtual void setPreprocessorSource(const String&) { }
- virtual void preprocessBeforeCompile(const v8::Debug::EventDetails&) { }
- virtual PassOwnPtr<ScriptSourceCode> preprocess(LocalFrame*, const ScriptSourceCode&);
- virtual String preprocessEventListener(LocalFrame*, const String& source, const String& url, const String& functionName);
- virtual void clearPreprocessor() { }
protected:
explicit ScriptDebugServer(v8::Isolate*);
« no previous file with comments | « sky/engine/v8_inspector/PageScriptDebugServer.cpp ('k') | sky/engine/v8_inspector/ScriptDebugServer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698