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

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

Issue 23041002: Improve 'XMLHttpRequest' exception messages. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ExceptionMessages. Created 7 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/v8/ExceptionMessages.h
diff --git a/Source/bindings/v8/ExceptionMessages.h b/Source/bindings/v8/ExceptionMessages.h
index 0bd249bf46b37946a47378297bcd2f828d5c5019..7d94b45eb2f88d6a18f18a9a59d5c355bb1de7cb 100644
--- a/Source/bindings/v8/ExceptionMessages.h
+++ b/Source/bindings/v8/ExceptionMessages.h
@@ -38,6 +38,8 @@ namespace WebCore {
class ExceptionMessages {
public:
static String failedToExecute(const String& method, const String& type, const String& detail);
+ static String failedToGet(const String& property, const String& type, const String& detail);
+ static String failedToSet(const String& property, const String& type, const String& detail);
};
} // namespace WebCore
« no previous file with comments | « LayoutTests/http/tests/xmlhttprequest/zero-length-response-expected.txt ('k') | Source/bindings/v8/ExceptionMessages.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698