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

Unified Diff: Source/modules/performance/WorkerGlobalScopePerformance.idl

Issue 17648006: Rename WorkerContext to WorkerGlobalScope (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 years, 6 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: Source/modules/performance/WorkerGlobalScopePerformance.idl
diff --git a/Source/modules/performance/WorkerContextPerformance.idl b/Source/modules/performance/WorkerGlobalScopePerformance.idl
similarity index 97%
rename from Source/modules/performance/WorkerContextPerformance.idl
rename to Source/modules/performance/WorkerGlobalScopePerformance.idl
index 79ef789102284c3f4d065179322cbe462cf650cc..a737930d369186b54a387fca8ee459caf56f4841 100644
--- a/Source/modules/performance/WorkerContextPerformance.idl
+++ b/Source/modules/performance/WorkerGlobalScopePerformance.idl
@@ -30,6 +30,6 @@
[
EnabledAtRuntime=HighResolutionTimeInWorkers
-] partial interface WorkerContext {
+] partial interface WorkerGlobalScope {
readonly attribute WorkerPerformance performance;
};
« no previous file with comments | « Source/modules/performance/WorkerGlobalScopePerformance.cpp ('k') | Source/modules/performance/WorkerPerformance.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698