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

Unified Diff: Source/core/page/EventSource.h

Issue 112653006: Make calls to AtomicString(const String&) explicit in page/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Take feedback into consideration Created 6 years, 12 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/page/EventHandler.cpp ('k') | Source/core/page/EventSource.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/EventSource.h
diff --git a/Source/core/page/EventSource.h b/Source/core/page/EventSource.h
index 66ea83aa1b88dbef0d998ab228ef4bcb10822057..bb669b524488784db34d99214c9a41ad76f9ce49 100644
--- a/Source/core/page/EventSource.h
+++ b/Source/core/page/EventSource.h
@@ -117,10 +117,10 @@ private:
bool m_discardTrailingNewline;
bool m_requestInFlight;
- String m_eventName;
+ AtomicString m_eventName;
Vector<UChar> m_data;
- String m_currentlyParsedEventId;
- String m_lastEventId;
+ AtomicString m_currentlyParsedEventId;
+ AtomicString m_lastEventId;
unsigned long long m_reconnectDelay;
String m_eventStreamOrigin;
};
« no previous file with comments | « Source/core/page/EventHandler.cpp ('k') | Source/core/page/EventSource.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698