diff --git a/layout/base/RestyleManager.cpp b/layout/base/RestyleManager.cpp index 1bff1e4119c0..1fb9b3a5dc51 100644 --- a/layout/base/RestyleManager.cpp +++ b/layout/base/RestyleManager.cpp @@ -3857,8 +3857,6 @@ void RestyleManager::DoReparentComputedStyleForFirstLine( } } - // FIXME(emilio): This is the only caller of GetParentComputedStyle, let's try - // to remove it? nsIFrame* providerFrame; ComputedStyle* newParentStyle = aFrame->GetParentComputedStyle(&providerFrame);