Chromium Code Reviews| Index: third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h |
| diff --git a/third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h b/third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h |
| index 697c9b78507d3ea95390ea170a0949dfc23756fd..6937c6e8c9bfe1b8380daf7d6802291d429368cd 100644 |
| --- a/third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h |
| +++ b/third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h |
| @@ -51,8 +51,8 @@ class DOMWindowFileSystem { |
| EntryCallback*, |
| ErrorCallback*); |
| - // They are placed here and in all capital letters so they can be checked against the constants in the |
| - // IDL at compile time. |
| + // They are placed here and in all capital letters so they can be checked |
|
jsbell
2016/10/04 20:10:30
This comment needs updating... or just remove it.
Nico
2016/10/04 20:16:01
The comment sounds like "these are here for static
|
| + // against the constants in the IDL at compile time. |
| enum { |
| kTemporary, |
| kPersistent, |