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()); |