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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ExceptionState.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/bindings/core/v8/ExceptionState.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/ExceptionState.cpp b/third_party/WebKit/Source/bindings/core/v8/ExceptionState.cpp
index dc447ca2fe0cbe87fa4a66ec1de3ca7e4c104fb9..f21dca54e9ead9c4c5fb4b7ba5084592a99c4319 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ExceptionState.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/ExceptionState.cpp
@@ -45,8 +45,9 @@ void ExceptionState::throwDOMException(ExceptionCode ec,
DCHECK(ec != SecurityError);
const String& processedMessage = addExceptionContext(message);
- setException(ec, processedMessage, V8ThrowException::createDOMException(
- m_isolate, ec, processedMessage));
+ setException(
+ ec, processedMessage,
+ V8ThrowException::createDOMException(m_isolate, ec, processedMessage));
}
void ExceptionState::throwRangeError(const String& message) {

Powered by Google App Engine
This is Rietveld 408576698