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

Unified Diff: Source/core/fileapi/FileReader.h

Issue 395143002: Make FileReader's throttle controller a supplement. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add assert Created 6 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 | « no previous file | Source/core/fileapi/FileReader.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/fileapi/FileReader.h
diff --git a/Source/core/fileapi/FileReader.h b/Source/core/fileapi/FileReader.h
index 1d3dbee576b74038e564012c38849f86d4377d4d..51904f026955b788fb6d92d47bff8d4ff1fbb855 100644
--- a/Source/core/fileapi/FileReader.h
+++ b/Source/core/fileapi/FileReader.h
@@ -39,7 +39,6 @@
#include "platform/heap/Handle.h"
#include "wtf/Forward.h"
#include "wtf/RefCounted.h"
-#include "wtf/ThreadSpecific.h"
#include "wtf/text/WTFString.h"
namespace WebCore {
@@ -110,7 +109,7 @@ private:
void fireErrorEvent(int httpStatusCode);
void fireEvent(const AtomicString& type);
- static ThreadSpecific<ThrottlingController>& throttlingController();
+ ThrottlingController* throttlingController();
void executePendingRead();
ReadyState m_state;
« no previous file with comments | « no previous file | Source/core/fileapi/FileReader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698