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

Unified Diff: third_party/WebKit/LayoutTests/fast/workers/resources/shared-worker-usecounter.js

Issue 2680423006: UseCounter: Introduce UseCounter::Observer for layout tests (Closed)
Patch Set: instance method 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/workers/resources/shared-worker-usecounter-window.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/workers/resources/shared-worker-usecounter.js
diff --git a/third_party/WebKit/LayoutTests/fast/workers/resources/shared-worker-usecounter.js b/third_party/WebKit/LayoutTests/fast/workers/resources/shared-worker-usecounter.js
index 80445e5b67c26db79fa6e3342ac4f799668c074c..3c0119089555aa495fcc8aeba61c10dda45cbc67 100644
--- a/third_party/WebKit/LayoutTests/fast/workers/resources/shared-worker-usecounter.js
+++ b/third_party/WebKit/LayoutTests/fast/workers/resources/shared-worker-usecounter.js
@@ -5,7 +5,6 @@ onconnect = e => {
internals.countFeature(e.data.feature);
else if (e.data.type == 'COUNT_DEPRECATION')
internals.countDeprecation(e.data.feature);
- port.postMessage('COUNTED');
};
port.postMessage('CONNECTED');
}
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/workers/resources/shared-worker-usecounter-window.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698