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

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

Issue 2694093002: Add a use counter and histogram to FileReaderSync. (Closed)
Patch Set: Created 3 years, 10 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
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 990bf6738c07bb5b281827a8a5358fb8b290c42e..09db90dcabec06c8c362f6caa7592491b99526d0 100644
--- a/third_party/WebKit/Source/core/fileapi/FileReaderSync.idl
+++ b/third_party/WebKit/Source/core/fileapi/FileReaderSync.idl
@@ -33,6 +33,8 @@
[
Exposed=Worker,
Constructor,
+ ConstructorCallWith=ExecutionContext,
+ Measure,
] interface FileReaderSync {
[CallWith=ScriptState, RaisesException] ArrayBuffer readAsArrayBuffer(Blob blob);
[CallWith=ScriptState, RaisesException] DOMString readAsBinaryString(Blob blob);
« no previous file with comments | « third_party/WebKit/Source/core/fileapi/FileReaderSync.cpp ('k') | third_party/WebKit/Source/core/frame/UseCounter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698