Skip to content
  • Kyle Machulis's avatar
    Bug 1472087 - Remove nsDocShellLoadInfo::LoadTypes; r=nika · 5e51176f
    Kyle Machulis authored
    We have 2 different LoadType enums with two different values, which
    have to be converted between depending on whether we're going to/from
    LoadInfo/nsISHEntry/etc. We should be able to just use the same enum
    everywhere and not have to deal with conversion, especially since we
    don't have any type safety around the enum.
    
    MozReview-Commit-ID: 2t9vVGLpOte
    5e51176f