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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/SerializationTag.h

Issue 2297043002: Web expose FileSystemFileEntry, FileSystemDirectoryEntry and friends (Closed)
Patch Set: Rebased Created 4 years, 1 month 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/bindings/core/v8/SerializationTag.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/SerializationTag.h b/third_party/WebKit/Source/bindings/core/v8/SerializationTag.h
index 81b9b9a2f0b7c1dca6a71c61c09f8ae0a7b2177d..b574f1f1baf217a1896bc36d90c784e95409e969 100644
--- a/third_party/WebKit/Source/bindings/core/v8/SerializationTag.h
+++ b/third_party/WebKit/Source/bindings/core/v8/SerializationTag.h
@@ -51,11 +51,11 @@ enum SerializationTag {
NumberTag = 'N', // value:double -> Number
BlobTag = 'b', // uuid:WebCoreString, type:WebCoreString, size:uint64_t ->
// Blob (ref)
- BlobIndexTag = 'i', // index:int32_t -> Blob (ref)
- FileTag = 'f', // file:RawFile -> File (ref)
- FileIndexTag = 'e', // index:int32_t -> File (ref)
- DOMFileSystemTag = 'd', // type:int32_t, name:WebCoreString,
- // uuid:WebCoreString -> FileSystem (ref)
+ BlobIndexTag = 'i', // index:int32_t -> Blob (ref)
+ FileTag = 'f', // file:RawFile -> File (ref)
+ FileIndexTag = 'e', // index:int32_t -> File (ref)
+ FileSystemTag = 'd', // type:int32_t, name:WebCoreString,
+ // uuid:WebCoreString -> FileSystem (ref)
FileListTag =
'l', // length:uint32_t, files:RawFile[length] -> FileList (ref)
FileListIndexTag =

Powered by Google App Engine
This is Rietveld 408576698