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

Unified Diff: Source/core/events/ThreadLocalEventNames.h

Issue 551003002: bindings: Removes unnecessary Event-related code. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Pushed V8EventTargetCustom.cpp back with modification. Created 6 years, 3 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/events/Event.cpp ('k') | Source/core/frame/LocalDOMWindow.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/ThreadLocalEventNames.h
diff --git a/Source/core/events/ThreadLocalEventNames.h b/Source/core/events/ThreadLocalEventNames.h
index 1a09276fcd4419537a153a17cbd77c901c31e937..6ac92de9d0e8cf718151f00208f7756785fb8448 100644
--- a/Source/core/events/ThreadLocalEventNames.h
+++ b/Source/core/events/ThreadLocalEventNames.h
@@ -22,9 +22,7 @@
#ifndef ThreadLocalEventNames_h
#define ThreadLocalEventNames_h
-#include "core/EventInterfaces.h"
#include "core/EventNames.h"
-#include "core/EventTargetInterfaces.h"
#include "core/EventTargetNames.h"
#include "core/EventTypeNames.h"
#include "wtf/text/AtomicString.h"
@@ -39,6 +37,6 @@ inline bool isTouchEventType(const AtomicString& eventType)
|| eventType == EventTypeNames::touchcancel;
}
-}
+} // namespace blink
-#endif
+#endif // ThreadLocalEventNames_h
« no previous file with comments | « Source/core/events/Event.cpp ('k') | Source/core/frame/LocalDOMWindow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698