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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ScriptController.h

Issue 2035653006: [DevTools] Move Console to v8 inspector. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: improved api a bit Created 4 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
Index: third_party/WebKit/Source/bindings/core/v8/ScriptController.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptController.h b/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
index e5ae8c1ca2a587fce338648b15f5d4ed3847d9ff..57a42d1b89df9b43422fff5c9adba60ccc46f0a9 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptController.h
@@ -118,7 +118,6 @@ public:
static bool canAccessFromCurrentOrigin(v8::Isolate*, Frame*);
- static void setCaptureCallStackForUncaughtExceptions(v8::Isolate*, bool);
void collectIsolatedContexts(Vector<std::pair<ScriptState*, SecurityOrigin*>>&);
bool canExecuteScripts(ReasonForCallingCanExecuteScripts);

Powered by Google App Engine
This is Rietveld 408576698