Bug 1312559 - Remove empty 'partial interface' stanza. r?smaug draft
authorRalph Giles <giles@mozilla.com>
Mon, 24 Oct 2016 14:19:06 -0700
changeset 428966 42de5eb1c5da74a9a028e298dbf23b52d3af172d
parent 428736 c845bfd0accb7e0c29b41713255963b08006e701
child 534862 44f0eb746db4a836cf9ea288966b8e3008a3f4d7
push id33445
push userbmo:giles@thaumas.net
push dateMon, 24 Oct 2016 21:22:21 +0000
reviewerssmaug
bugs1312559, 1277359
milestone52.0a1
Bug 1312559 - Remove empty 'partial interface' stanza. r?smaug This was spuriously included in the commit in bug 1277359. Thanks to bz for reporting the issue. MozReview-Commit-ID: GtziWe2CyBu
dom/webidl/Navigator.webidl
--- a/dom/webidl/Navigator.webidl
+++ b/dom/webidl/Navigator.webidl
@@ -404,11 +404,8 @@ partial interface Navigator {
   readonly attribute boolean mozE10sEnabled;
 };
 #endif
 
 [NoInterfaceObject, Exposed=(Window,Worker)]
 interface NavigatorConcurrentHardware {
   readonly attribute unsigned long long hardwareConcurrency;
 };
-
-partial interface Navigator {
-};