Bug 1382964 - Part 4: Remove now unused heap write hazard whitelist entry for CalcStyleDifferenceInternal. r=xidorn draft
authorCameron McCormack <cam@mcc.id.au>
Fri, 21 Jul 2017 16:43:56 +0800
changeset 613894 aa75e92ab9e7ba6d820886debbd4f860c1d54642
parent 613890 e91311c2bb53096bb13d811898f03084cfdf6b36
child 613895 c796c1a75c7864d2cd926af694c332d00e9574dd
push id69874
push userbmo:cam@mcc.id.au
push dateSun, 23 Jul 2017 08:00:54 +0000
reviewersxidorn
bugs1382964
milestone56.0a1
Bug 1382964 - Part 4: Remove now unused heap write hazard whitelist entry for CalcStyleDifferenceInternal. r=xidorn MozReview-Commit-ID: FEzDpUUhBri
js/src/devtools/rootAnalysis/analyzeHeapWrites.js
--- a/js/src/devtools/rootAnalysis/analyzeHeapWrites.js
+++ b/js/src/devtools/rootAnalysis/analyzeHeapWrites.js
@@ -414,17 +414,16 @@ function ignoreContents(entry)
         "Gecko_SetNullImageValue",
 
         // The analysis thinks we'll write to mBits in the DoGetStyleFoo<false>
         // call.  Maybe the template parameter confuses it?
         /nsStyleContext::PeekStyle/,
 
         // Needs main thread assertions or other fixes.
         /UndisplayedMap::GetEntryFor/,
-        /nsStyleContext::CalcStyleDifferenceInternal/,
         /EffectCompositor::GetServoAnimationRule/,
         /LookAndFeel::GetColor/,
         "Gecko_CopyStyleContentsFrom",
         "Gecko_CSSValue_SetAbsoluteLength",
         "Gecko_UnsetDirtyStyleAttr",
         /nsCSSPropertyIDSet::AddProperty/,
     ];
     if (entry.matches(whitelist))