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

Unified Diff: Source/core/frame/UseCounter.h

Issue 1153543012: Sync the File API interfaces with the spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 6 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
« no previous file with comments | « Source/core/fileapi/FileReaderSync.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index e1070e3fde9f62d000ae211875db591a9e116116..b068892b5207104dcfeaf17f85752faaa6fb0f1f 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -717,6 +717,8 @@ public:
V8HTMLLinkElement_Disabled_AttributeSetter = 811,
V8HTMLStyleElement_Disabled_AttributeGetter = 812,
V8HTMLStyleElement_Disabled_AttributeSetter = 813,
+ V8FileReader_ReadAsBinaryString_Method = 814,
+ V8FileReaderSync_ReadAsBinaryString_Method = 815,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
« no previous file with comments | « Source/core/fileapi/FileReaderSync.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698