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

Unified Diff: third_party/WebKit/Source/core/dom/DOMPointReadOnly.cpp

Issue 2700123003: DO NOT COMMIT: Results of running old (current) 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/DOMPointReadOnly.cpp
diff --git a/third_party/WebKit/Source/core/dom/DOMPointReadOnly.cpp b/third_party/WebKit/Source/core/dom/DOMPointReadOnly.cpp
index 538249e9552e015e29d5d5bffaa81069af80bf87..7de64401b7a05fea1b0da83e077b01581d4b304e 100644
--- a/third_party/WebKit/Source/core/dom/DOMPointReadOnly.cpp
+++ b/third_party/WebKit/Source/core/dom/DOMPointReadOnly.cpp
@@ -21,8 +21,7 @@ DOMPointReadOnly* DOMPointReadOnly::create(double x,
return new DOMPointReadOnly(x, y, z, w);
}
-ScriptValue DOMPointReadOnly::toJSONForBinding(
- ScriptState* scriptState) const {
+ScriptValue DOMPointReadOnly::toJSONForBinding(ScriptState* scriptState) const {
V8ObjectBuilder result(scriptState);
result.addNumber("x", x());
result.addNumber("y", y());
« no previous file with comments | « third_party/WebKit/Source/core/dom/DOMPointReadOnly.h ('k') | third_party/WebKit/Source/core/dom/DOMRectReadOnly.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698