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

Unified Diff: third_party/WebKit/Source/core/frame/Navigator.idl

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/frame/Navigator.idl
diff --git a/third_party/WebKit/Source/core/frame/Navigator.idl b/third_party/WebKit/Source/core/frame/Navigator.idl
index a229722fdaa8c3e98e0a13ea6b27fbfd42f10c76..3b00236ed1e97c377d4a86c5c78bd9b6a2e061a2 100644
--- a/third_party/WebKit/Source/core/frame/Navigator.idl
+++ b/third_party/WebKit/Source/core/frame/Navigator.idl
@@ -32,7 +32,7 @@ interface Navigator {
[MeasureAs=NavigatorVendor] readonly attribute DOMString vendor;
};
-Navigator implements NavigatorCPU;
+Navigator implements NavigatorConcurrentHardware;
Navigator implements NavigatorCookies;
Navigator implements NavigatorID;
Navigator implements NavigatorLanguage;
« no previous file with comments | « third_party/WebKit/Source/core/frame/Navigator.h ('k') | third_party/WebKit/Source/core/frame/NavigatorCPU.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698