Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 301504 | Differences between
and this patch

Collapse All | Expand All

(-)mozilla-1.9.2-orig/content/base/src/nsDocument.cpp (+2 lines)
Lines 169-175 Link Here
169
#include "nsIPropertyBag2.h"
169
#include "nsIPropertyBag2.h"
170
#include "nsIDOMPageTransitionEvent.h"
170
#include "nsIDOMPageTransitionEvent.h"
171
#include "nsFrameLoader.h"
171
#include "nsFrameLoader.h"
172
#ifdef MOZ_MEDIA
172
#include "nsHTMLMediaElement.h"
173
#include "nsHTMLMediaElement.h"
174
#endif
173
175
174
#include "mozAutoDocUpdate.h"
176
#include "mozAutoDocUpdate.h"
175
177
(-)mozilla-1.9.2-orig/content/base/src/nsNodeUtils.cpp (+2 lines)
Lines 55-61 Link Here
55
#endif
55
#endif
56
#include "nsBindingManager.h"
56
#include "nsBindingManager.h"
57
#include "nsGenericHTMLElement.h"
57
#include "nsGenericHTMLElement.h"
58
#ifdef MOZ_MEDIA
58
#include "nsHTMLMediaElement.h"
59
#include "nsHTMLMediaElement.h"
60
#endif
59
61
60
// This macro expects the ownerDocument of content_ to be in scope as
62
// This macro expects the ownerDocument of content_ to be in scope as
61
// |nsIDocument* doc|
63
// |nsIDocument* doc|

Return to bug 301504