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

Unified Diff: third_party/WebKit/Source/core/dom/Text.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
Index: third_party/WebKit/Source/core/dom/Text.cpp
diff --git a/third_party/WebKit/Source/core/dom/Text.cpp b/third_party/WebKit/Source/core/dom/Text.cpp
index 7ab8e0701db4a629bac56af380740335743a2f07..e67029bc8b55699710d78cca6c44580a6b6ba194 100644
--- a/third_party/WebKit/Source/core/dom/Text.cpp
+++ b/third_party/WebKit/Source/core/dom/Text.cpp
@@ -105,8 +105,9 @@ Text* Text::splitText(unsigned offset, ExceptionState& exceptionState) {
// the number of 16-bit units in data.
if (offset > length()) {
exceptionState.throwDOMException(
- IndexSizeError, "The offset " + String::number(offset) +
- " is larger than the Text node's length.");
+ IndexSizeError,
+ "The offset " + String::number(offset) +
+ " is larger than the Text node's length.");
return nullptr;
}
« no previous file with comments | « third_party/WebKit/Source/core/dom/TaskRunnerHelper.cpp ('k') | third_party/WebKit/Source/core/dom/TreeScope.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698