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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ExceptionMessages.cpp

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | third_party/WebKit/Source/bindings/core/v8/ExceptionState.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/bindings/core/v8/ExceptionMessages.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/ExceptionMessages.cpp b/third_party/WebKit/Source/bindings/core/v8/ExceptionMessages.cpp
index 30dd34148dacc6d7a3636950b45f88c1d72603e0..6b165e8779dc19b56f091dc256643a56eddd4eb2 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ExceptionMessages.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/ExceptionMessages.cpp
@@ -77,20 +77,20 @@ String ExceptionMessages::failedToDelete(const char* property,
String ExceptionMessages::failedToGetIndexed(const char* type,
const String& detail) {
- return "Failed to read an indexed property from '" + String(type) + "': " +
- detail;
+ return "Failed to read an indexed property from '" + String(type) +
+ "': " + detail;
}
String ExceptionMessages::failedToSetIndexed(const char* type,
const String& detail) {
- return "Failed to set an indexed property on '" + String(type) + "': " +
- detail;
+ return "Failed to set an indexed property on '" + String(type) +
+ "': " + detail;
}
String ExceptionMessages::failedToDeleteIndexed(const char* type,
const String& detail) {
- return "Failed to delete an indexed property from '" + String(type) + "': " +
- detail;
+ return "Failed to delete an indexed property from '" + String(type) +
+ "': " + detail;
}
String ExceptionMessages::constructorNotCallableAsFunction(const char* type) {
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/ExceptionState.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698