Advertisement
Guest User

Untitled

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