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

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

Issue 2068053002: Rename Blink constants generated from IDL files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 4 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 c619f9e03a1b3ea8490d43d1798f662ef43e0088..60dce6f3cbee642c3b186ba5e05ae2d43738e847 100644
--- a/third_party/WebKit/Source/core/fileapi/FileReader.h
+++ b/third_party/WebKit/Source/core/fileapi/FileReader.h
@@ -58,9 +58,9 @@ public:
~FileReader() override;
enum ReadyState {
- EMPTY = 0,
- LOADING = 1,
- DONE = 2
+ kEmpty = 0,
+ kLoading = 1,
+ kDone = 2
};
void readAsArrayBuffer(Blob*, ExceptionState&);
« no previous file with comments | « third_party/WebKit/Source/core/fileapi/FileError.cpp ('k') | third_party/WebKit/Source/core/fileapi/FileReader.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698