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

Unified Diff: Source/core/events/AutocompleteErrorEvent.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/dom/Node.cpp ('k') | Source/core/events/BeforeLoadEvent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/events/AutocompleteErrorEvent.h
diff --git a/Source/core/events/AutocompleteErrorEvent.h b/Source/core/events/AutocompleteErrorEvent.h
index b25a9c23f45be6af160cbd92740b8d51e75a0103..1eed01deb6f19439c581d8527500b413420c5d67 100644
--- a/Source/core/events/AutocompleteErrorEvent.h
+++ b/Source/core/events/AutocompleteErrorEvent.h
@@ -53,7 +53,7 @@ public:
const String& reason() const { return m_reason; }
- virtual const AtomicString& interfaceName() const { return eventNames().interfaceForAutocompleteErrorEvent; }
+ virtual const AtomicString& interfaceName() const { return EventNames::AutocompleteErrorEvent; }
private:
AutocompleteErrorEvent()
« no previous file with comments | « Source/core/dom/Node.cpp ('k') | Source/core/events/BeforeLoadEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698