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

Unified Diff: third_party/WebKit/Source/core/workers/WorkerNavigator.h

Issue 2820473002: Rename NavigatorCPU mixin to NavigatorConcurrentHardware to match spec (Closed)
Patch Set: Created 3 years, 8 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/core/workers/WorkerNavigator.h
diff --git a/third_party/WebKit/Source/core/workers/WorkerNavigator.h b/third_party/WebKit/Source/core/workers/WorkerNavigator.h
index 6bdd104b8c55482bc0ae8b0eaeacc222706eca97..c5f23ac0f4fe310c042d46badbf1d7e3cca4e2b1 100644
--- a/third_party/WebKit/Source/core/workers/WorkerNavigator.h
+++ b/third_party/WebKit/Source/core/workers/WorkerNavigator.h
@@ -28,7 +28,7 @@
#include "bindings/core/v8/ScriptWrappable.h"
#include "core/CoreExport.h"
-#include "core/frame/NavigatorCPU.h"
+#include "core/frame/NavigatorConcurrentHardware.h"
#include "core/frame/NavigatorID.h"
#include "core/frame/NavigatorOnLine.h"
#include "platform/Supplementable.h"
@@ -40,7 +40,7 @@ namespace blink {
class CORE_EXPORT WorkerNavigator final
: public GarbageCollectedFinalized<WorkerNavigator>,
public ScriptWrappable,
- public NavigatorCPU,
+ public NavigatorConcurrentHardware,
public NavigatorID,
public NavigatorOnLine,
public Supplementable<WorkerNavigator> {

Powered by Google App Engine
This is Rietveld 408576698