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

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

Issue 26890003: Remove ThreadLocalEventNames (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix build Created 7 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
« no previous file with comments | « Source/core/events/AutocompleteErrorEvent.h ('k') | Source/core/events/BeforeTextInsertedEvent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/BeforeLoadEvent.h
diff --git a/Source/core/events/BeforeLoadEvent.h b/Source/core/events/BeforeLoadEvent.h
index fefa201c2bb97ff7a5bb848d2572705fe309033f..f52c5377f2a2aa79e779625ffdf34f0eb143fed8 100644
--- a/Source/core/events/BeforeLoadEvent.h
+++ b/Source/core/events/BeforeLoadEvent.h
@@ -59,7 +59,7 @@ public:
const String& url() const { return m_url; }
- virtual const AtomicString& interfaceName() const { return eventNames().interfaceForBeforeLoadEvent; }
+ virtual const AtomicString& interfaceName() const { return EventNames::BeforeLoadEvent; }
private:
BeforeLoadEvent()
« no previous file with comments | « Source/core/events/AutocompleteErrorEvent.h ('k') | Source/core/events/BeforeTextInsertedEvent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698