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

Unified Diff: third_party/WebKit/Source/core/events/GestureEvent.cpp

Issue 2394653003: reflow comments in core/events,core/fileapi (Closed)
Patch Set: 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/core/events/GestureEvent.cpp
diff --git a/third_party/WebKit/Source/core/events/GestureEvent.cpp b/third_party/WebKit/Source/core/events/GestureEvent.cpp
index 171a7bf3cdb7b85f12c097738b44d6bc0b5e7a1a..2aa7fc8c6a308ab1d4ad6b8de8b5fb5424e29242 100644
--- a/third_party/WebKit/Source/core/events/GestureEvent.cpp
+++ b/third_party/WebKit/Source/core/events/GestureEvent.cpp
@@ -112,9 +112,9 @@ GestureEvent* GestureEvent::create(AbstractView* view,
}
const AtomicString& GestureEvent::interfaceName() const {
- // FIXME: when a GestureEvent.idl interface is defined, return the string "GestureEvent".
- // Until that happens, do not advertise an interface that does not exist, since it will
- // trip up the bindings integrity checks.
+ // FIXME: when a GestureEvent.idl interface is defined, return the string
+ // "GestureEvent". Until that happens, do not advertise an interface that
+ // does not exist, since it will trip up the bindings integrity checks.
return UIEvent::interfaceName();
}
« no previous file with comments | « third_party/WebKit/Source/core/events/EventTarget.cpp ('k') | third_party/WebKit/Source/core/events/InputEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698