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. |