mozilla-prlog.patch
author Wolfgang Rosenauer <wr@rosenauer.org>
Thu, 16 Feb 2012 13:59:30 +0100
branchmozilla-1.9.2
changeset 389 7ae503655cbe
parent 159 416b9e491c6f
permissions -rw-r--r--
1.9.2.27/3.6.27

# Patch originally from mozilla-1.9.1 branch
# HG changeset patch
# User Jonas Sicking <jonas@sicking.cc>
# Date 1281670510 25200
# Node ID d5ad248a92152333b5d6b22b802a3ac32a11b4b8
# Parent  184125a9b1f8b98eddd8f3da39d4415e928b1d80
Compatibility with NSPR < 4.8.6 (bmo#567620)

diff --git a/content/html/content/src/nsHTMLFrameSetElement.cpp b/content/html/content/src/nsHTMLFrameSetElement.cpp
--- a/content/html/content/src/nsHTMLFrameSetElement.cpp
+++ b/content/html/content/src/nsHTMLFrameSetElement.cpp
@@ -43,6 +43,7 @@
 #include "nsIFrameSetElement.h"
 #include "nsIHTMLDocument.h"
 #include "nsIDocument.h"
+#include "prlog.h"
 
 class nsHTMLFrameSetElement : public nsGenericHTMLElement,
                               public nsIDOMHTMLFrameSetElement,