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

Unified Diff: third_party/WebKit/Source/core/timing/SharedWorkerPerformance.idl

Issue 2616923002: Replace [CallWith=ExecutionContext] with [CallWith=ScriptState] (Closed)
Patch Set: Fix errors Created 3 years, 11 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 | « third_party/WebKit/Source/core/timing/SharedWorkerPerformance.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/timing/SharedWorkerPerformance.idl
diff --git a/third_party/WebKit/Source/core/timing/SharedWorkerPerformance.idl b/third_party/WebKit/Source/core/timing/SharedWorkerPerformance.idl
index eee0102c29b858a3a1eea7939e70fc622bbe1fe6..2c9586011d96a9e7b4b8a633dc0555dc84312b2e 100644
--- a/third_party/WebKit/Source/core/timing/SharedWorkerPerformance.idl
+++ b/third_party/WebKit/Source/core/timing/SharedWorkerPerformance.idl
@@ -32,5 +32,5 @@
// https://github.com/w3c/hr-time/commit/39aaf81e1ea206fdf0fde4f49604ddd64d4f5b13
partial interface SharedWorker {
- [CallWith=ExecutionContext, Measure] readonly attribute DOMHighResTimeStamp workerStart;
+ [CallWith=ScriptState, Measure] readonly attribute DOMHighResTimeStamp workerStart;
};
« no previous file with comments | « third_party/WebKit/Source/core/timing/SharedWorkerPerformance.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698