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

Unified Diff: Source/core/dom/EventListener.h

Issue 20294002: Fix trailing whitespace in .cpp, .h, and .idl files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 years, 5 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
« no previous file with comments | « Source/core/dom/EventContext.cpp ('k') | Source/core/dom/EventQueue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/EventListener.h
diff --git a/Source/core/dom/EventListener.h b/Source/core/dom/EventListener.h
index 768a0c323532e997bb2c54299566554140a64d1c..33c4a34856a542169d7b69361f2b7a000507b182 100644
--- a/Source/core/dom/EventListener.h
+++ b/Source/core/dom/EventListener.h
@@ -32,8 +32,8 @@ namespace WebCore {
class EventListener : public RefCounted<EventListener> {
public:
enum Type {
- JSEventListenerType,
- ImageEventListenerType,
+ JSEventListenerType,
+ ImageEventListenerType,
ObjCEventListenerType,
CPPEventListenerType,
ConditionEventListenerType,
@@ -59,7 +59,7 @@ namespace WebCore {
private:
virtual bool virtualisAttribute() const { return false; }
-
+
Type m_type;
};
« no previous file with comments | « Source/core/dom/EventContext.cpp ('k') | Source/core/dom/EventQueue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698