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

Unified Diff: third_party/WebKit/Source/modules/device_orientation/DeviceMotionEvent.cpp

Issue 2387263004: Manually remove many instances of a comma quirk arising from the reformat. (Closed)
Patch Set: merge with master; thakis nit Created 4 years, 2 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/modules/device_orientation/DeviceMotionEvent.cpp
diff --git a/third_party/WebKit/Source/modules/device_orientation/DeviceMotionEvent.cpp b/third_party/WebKit/Source/modules/device_orientation/DeviceMotionEvent.cpp
index 6036e2449a83bd53804864ea353116cb3f41222b..0985837e85a4f5b7c79aa017ab30f84598edb054 100644
--- a/third_party/WebKit/Source/modules/device_orientation/DeviceMotionEvent.cpp
+++ b/third_party/WebKit/Source/modules/device_orientation/DeviceMotionEvent.cpp
@@ -38,8 +38,7 @@ DeviceMotionEvent::DeviceMotionEvent()
DeviceMotionEvent::DeviceMotionEvent(const AtomicString& eventType,
DeviceMotionData* deviceMotionData)
- : Event(eventType, false, false) // Can't bubble, not cancelable
- ,
+ : Event(eventType, false, false), // Can't bubble, not cancelable
m_deviceMotionData(deviceMotionData) {}
void DeviceMotionEvent::initDeviceMotionEvent(

Powered by Google App Engine
This is Rietveld 408576698