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

Unified Diff: third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.idl

Issue 2572003003: NOT FOR SUBMIT: use counters for jdm@
Patch Set: Merge branch 'jdm-usecounters' into jdm-merge 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/workers/SharedWorkerGlobalScope.idl
diff --git a/third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.idl b/third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.idl
index 66e9eef69d4ac1c3c3a8cde0c2b80ee5911154ce..08102a1adb9f5fbed104f0994ae2386bb370f479 100644
--- a/third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.idl
+++ b/third_party/WebKit/Source/core/workers/SharedWorkerGlobalScope.idl
@@ -34,10 +34,10 @@
Global=(Worker,SharedWorker),
Exposed=SharedWorker,
] interface SharedWorkerGlobalScope : WorkerGlobalScope {
- readonly attribute DOMString name;
+ [Measure] readonly attribute DOMString name;
// TODO(foolip): readonly attribute ApplicationCache applicationCache;
- void close();
+ [Measure] void close();
- attribute EventHandler onconnect;
+ [Measure] attribute EventHandler onconnect;
};
« no previous file with comments | « third_party/WebKit/Source/core/workers/SharedWorker.idl ('k') | third_party/WebKit/Source/core/workers/WorkerGlobalScope.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698