Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff -r 5f0569c3cb8f -r 83649729297f layout/base/nsLayoutUtils.cpp
- --- a/layout/base/nsLayoutUtils.cpp Sun Oct 06 18:31:14 2013 -0700
- +++ b/layout/base/nsLayoutUtils.cpp Mon Oct 07 15:25:37 2013 +0200
- @@ -2335,7 +2335,7 @@
- virtual void AddBox(nsIFrame* aFrame) {
- nsRect r;
- - nsIFrame* outer = nsSVGUtils::GetOuterSVGFrameAndCoveredRegion(aFrame, &r);
- + nsIFrame* outer = NULL;
- if (!outer) {
- outer = aFrame;
- r = nsRect(nsPoint(0, 0), mRectFromFrame(aFrame));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement