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

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

Issue 2366253002: Remove ActiveDOMObject::stop() (Closed)
Patch Set: temp Created 4 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
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 0c71fe3e64d20782c994dd26feb01d57aa6bea53..72d71cb44acb89f6b7e4cc189b46aebb487d54e0 100644
--- a/third_party/WebKit/Source/core/fileapi/FileReader.h
+++ b/third_party/WebKit/Source/core/fileapi/FileReader.h
@@ -77,7 +77,7 @@ class CORE_EXPORT FileReader final : public EventTargetWithInlineData,
void result(StringOrArrayBuffer& resultAttribute) const;
// ActiveDOMObject
- void stop() override;
+ void contextDestroyed() override;
// ScriptWrappable
bool hasPendingActivity() const final;

Powered by Google App Engine
This is Rietveld 408576698