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

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

Issue 2010603002: Use SourceLocation when reporting runtime exceptions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2004243002
Patch Set: test fixes Created 4 years, 7 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/ScriptCallStack.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptCallStack.h b/third_party/WebKit/Source/bindings/core/v8/ScriptCallStack.h
index 49b5f80edb98c1a9c87188c56080200bc423911b..c4d57dbac4b54caf605c0464f43e0411ba66d2e3 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptCallStack.h
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptCallStack.h
@@ -43,7 +43,6 @@ class TracedValue;
class CORE_EXPORT ScriptCallStack final : public RefCounted<ScriptCallStack> {
public:
- static PassRefPtr<ScriptCallStack> create(v8::Isolate*, v8::Local<v8::StackTrace>, size_t maxStackSize = V8StackTrace::maxCallStackSizeToCapture);
static PassRefPtr<ScriptCallStack> capture(size_t maxStackSize = V8StackTrace::maxCallStackSizeToCapture);
static PassRefPtr<ScriptCallStack> captureForConsole();

Powered by Google App Engine
This is Rietveld 408576698