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

Unified Diff: Source/bindings/core/v8/PrivateScriptRunner.h

Issue 460573002: JS errors thrown in private scripts should be reported to stderr in Debug builds (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Source/bindings/core/v8/PrivateScriptRunner.h
diff --git a/Source/bindings/core/v8/PrivateScriptRunner.h b/Source/bindings/core/v8/PrivateScriptRunner.h
index 5fdb0bfdb33541897263f4f3f75751eadc501858..1fe6917ac35f06a15def3ac943248dce0d395ade 100644
--- a/Source/bindings/core/v8/PrivateScriptRunner.h
+++ b/Source/bindings/core/v8/PrivateScriptRunner.h
@@ -21,7 +21,7 @@ public:
static void runDOMAttributeSetter(ScriptState*, String className, String attributeName, v8::Handle<v8::Value> holder, v8::Handle<v8::Value> v8Value);
static v8::Handle<v8::Value> runDOMMethod(ScriptState*, String className, String methodName, v8::Handle<v8::Value> holder, int argc, v8::Handle<v8::Value> argv[]);
- static bool throwDOMExceptionInPrivateScriptIfNeeded(v8::Isolate*, ExceptionState&, v8::Handle<v8::Value>);
+ static bool rethrowExceptionInPrivateScript(v8::Isolate*, ExceptionState&, v8::TryCatch&);
};
} // namespace blink
« no previous file with comments | « no previous file | Source/bindings/core/v8/PrivateScriptRunner.cpp » ('j') | Source/bindings/core/v8/PrivateScriptRunner.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698