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

Unified Diff: Source/core/workers/WorkerNavigator.idl

Issue 262723002: Implement navigator.hardwareConcurrency (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address reviewer comments Created 6 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
« no previous file with comments | « Source/core/workers/WorkerNavigator.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/workers/WorkerNavigator.idl
diff --git a/Source/core/workers/WorkerNavigator.idl b/Source/core/workers/WorkerNavigator.idl
index 5c14253a0e3cee9c343ff3087b29ceaea3b5b5d0..1e82b03f5d1e5181ef080c5180c892ab1370bc57 100644
--- a/Source/core/workers/WorkerNavigator.idl
+++ b/Source/core/workers/WorkerNavigator.idl
@@ -34,5 +34,6 @@
] interface WorkerNavigator {
};
+WorkerNavigator implements NavigatorCPU;
WorkerNavigator implements NavigatorID;
WorkerNavigator implements NavigatorOnLine;
« no previous file with comments | « Source/core/workers/WorkerNavigator.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698