mozilla-prlog.patch
branchmozilla-1.9.2
changeset 159 416b9e491c6f
equal deleted inserted replaced
152:8f9e6663d94c 159:416b9e491c6f
       
     1 # Patch originally from mozilla-1.9.1 branch
       
     2 # HG changeset patch
       
     3 # User Jonas Sicking <jonas@sicking.cc>
       
     4 # Date 1281670510 25200
       
     5 # Node ID d5ad248a92152333b5d6b22b802a3ac32a11b4b8
       
     6 # Parent  184125a9b1f8b98eddd8f3da39d4415e928b1d80
       
     7 Compatibility with NSPR < 4.8.6 (bmo#567620)
       
     8 
       
     9 diff --git a/content/html/content/src/nsHTMLFrameSetElement.cpp b/content/html/content/src/nsHTMLFrameSetElement.cpp
       
    10 --- a/content/html/content/src/nsHTMLFrameSetElement.cpp
       
    11 +++ b/content/html/content/src/nsHTMLFrameSetElement.cpp
       
    12 @@ -43,6 +43,7 @@
       
    13  #include "nsIFrameSetElement.h"
       
    14  #include "nsIHTMLDocument.h"
       
    15  #include "nsIDocument.h"
       
    16 +#include "prlog.h"
       
    17  
       
    18  class nsHTMLFrameSetElement : public nsGenericHTMLElement,
       
    19                                public nsIDOMHTMLFrameSetElement,
       
    20