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

Unified Diff: third_party/WebKit/Source/core/fileapi/FileReaderSync.idl

Issue 2526943002: Add use counters for lots of DOM APIs.
Patch Set: Add use counters for lots of DOM APIs. Created 4 years 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/FileReaderSync.idl
diff --git a/third_party/WebKit/Source/core/fileapi/FileReaderSync.idl b/third_party/WebKit/Source/core/fileapi/FileReaderSync.idl
index 8166be3f2a1c6240e7170e048de36dccd31e6d2e..712a7cdb5cb5d1aa27a11ecdb5fd3c2e10e2fac0 100644
--- a/third_party/WebKit/Source/core/fileapi/FileReaderSync.idl
+++ b/third_party/WebKit/Source/core/fileapi/FileReaderSync.idl
@@ -34,8 +34,8 @@
Exposed=Worker,
Constructor,
] interface FileReaderSync {
- [CallWith=ExecutionContext, RaisesException] ArrayBuffer readAsArrayBuffer(Blob blob);
- [CallWith=ExecutionContext, RaisesException] DOMString readAsBinaryString(Blob blob);
- [CallWith=ExecutionContext, RaisesException] DOMString readAsText(Blob blob, optional DOMString label);
- [CallWith=ExecutionContext, RaisesException] DOMString readAsDataURL(Blob blob);
+ [Measure, CallWith=ExecutionContext, RaisesException] ArrayBuffer readAsArrayBuffer(Blob blob);
+ [Measure, CallWith=ExecutionContext, RaisesException] DOMString readAsBinaryString(Blob blob);
+ [Measure, CallWith=ExecutionContext, RaisesException] DOMString readAsText(Blob blob, optional DOMString label);
+ [Measure, CallWith=ExecutionContext, RaisesException] DOMString readAsDataURL(Blob blob);
};
« no previous file with comments | « third_party/WebKit/Source/core/fileapi/FileReader.idl ('k') | third_party/WebKit/Source/core/frame/BarProp.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698