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

Unified Diff: extensions/renderer/safe_builtins.h

Issue 482603002: Unify logic of stack trace generation for extension errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update expected stack trace length Created 6 years, 4 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 | « extensions/renderer/resources/uncaught_exception_handler.js ('k') | extensions/renderer/safe_builtins.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/safe_builtins.h
diff --git a/extensions/renderer/safe_builtins.h b/extensions/renderer/safe_builtins.h
index 3c8db44037271e413b0f4e42a0b625cca1e5c2d5..83aaca9e537a2f9ada648ffd3c7c5277598e01db 100644
--- a/extensions/renderer/safe_builtins.h
+++ b/extensions/renderer/safe_builtins.h
@@ -36,6 +36,7 @@ class SafeBuiltins {
v8::Local<v8::Object> GetObjekt() const;
v8::Local<v8::Object> GetRegExp() const;
v8::Local<v8::Object> GetString() const;
+ v8::Local<v8::Object> GetError() const;
private:
ScriptContext* context_;
« no previous file with comments | « extensions/renderer/resources/uncaught_exception_handler.js ('k') | extensions/renderer/safe_builtins.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698