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

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

Issue 2577053002: ActiveScriptWrappable: GC wrappers in detached ExecutionContexts. (Closed)
Patch Set: component build fix(msvc) Created 4 years 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
Index: third_party/WebKit/Source/core/fileapi/FileReader.h
diff --git a/third_party/WebKit/Source/core/fileapi/FileReader.h b/third_party/WebKit/Source/core/fileapi/FileReader.h
index f1c04cbeee1553aa4519a662c51cbe9498668ce0..ee70d5aff7777ddba8a13c6d294b1a391d5160e7 100644
--- a/third_party/WebKit/Source/core/fileapi/FileReader.h
+++ b/third_party/WebKit/Source/core/fileapi/FileReader.h
@@ -50,7 +50,7 @@ class ExecutionContext;
class StringOrArrayBuffer;
class CORE_EXPORT FileReader final : public EventTargetWithInlineData,
- public ActiveScriptWrappable,
+ public ActiveScriptWrappable<FileReader>,
public SuspendableObject,
public FileReaderLoaderClient {
DEFINE_WRAPPERTYPEINFO();
@@ -102,10 +102,10 @@ class CORE_EXPORT FileReader final : public EventTargetWithInlineData,
DECLARE_VIRTUAL_TRACE();
private:
- explicit FileReader(ExecutionContext*);
-
class ThrottlingController;
+ explicit FileReader(ExecutionContext*);
+
void terminate();
void readInternal(Blob*, FileReaderLoader::ReadType, ExceptionState&);
void fireEvent(const AtomicString& type);
« no previous file with comments | « third_party/WebKit/Source/core/dom/MessagePort.h ('k') | third_party/WebKit/Source/core/html/HTMLImageElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698