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

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp

Issue 2355723005: Worker: Introduce WorkerReportingProxy::willEvaluateWorkerScript() (Closed)
Patch Set: fix comment Created 4 years, 3 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/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
index 18690e7bd0d36c1e2729872479c2a0df7c2b9a6d..f42996d47e7c3e488456ecb4a4fdb5acc15ab557 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
+++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerGlobalScope.cpp
@@ -99,7 +99,7 @@ ServiceWorkerGlobalScope::~ServiceWorkerGlobalScope()
{
}
-void ServiceWorkerGlobalScope::didLoadWorkerScript(size_t scriptSize, size_t cachedMetadataSize)
+void ServiceWorkerGlobalScope::countScript(size_t scriptSize, size_t cachedMetadataSize)
{
++m_scriptCount;
m_scriptTotalSize += scriptSize;

Powered by Google App Engine
This is Rietveld 408576698