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

Unified Diff: Source/bindings/v8/V8Binding.h

Issue 19564003: Populate cross-origin location access SecurityError messages. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase. Created 7 years, 5 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/v8/V8Binding.h
diff --git a/Source/bindings/v8/V8Binding.h b/Source/bindings/v8/V8Binding.h
index ce72ec64cc656d385975de2c5fe8cb4dfcf373d5..9ed124a8430573db9d024008b4a200db6e586ffd 100644
--- a/Source/bindings/v8/V8Binding.h
+++ b/Source/bindings/v8/V8Binding.h
@@ -58,6 +58,7 @@ namespace WebCore {
// Schedule a DOM exception to be thrown, if the exception code is different
// from zero.
v8::Handle<v8::Value> setDOMException(int, v8::Isolate*);
+ v8::Handle<v8::Value> setDOMException(int, const String&, v8::Isolate*);
// Schedule a JavaScript error to be thrown.
v8::Handle<v8::Value> throwError(V8ErrorType, const String&, v8::Isolate*);
« no previous file with comments | « LayoutTests/http/tests/security/xssAuditor/xss-protection-parsing-04-expected.txt ('k') | Source/bindings/v8/V8Binding.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698