Skip to content

Instantly share code, notes, and snippets.

@jjgod
Created May 12, 2014 08:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jjgod/5f6f5d7cee26030d87d4 to your computer and use it in GitHub Desktop.
Save jjgod/5f6f5d7cee26030d87d4 to your computer and use it in GitHub Desktop.
ASSERTION FAILED: !object->isSetNeedsLayoutForbidden()
../../third_party/WebKit/Source/core/rendering/RenderObject.cpp(671) : void WebCore::RenderObject::markContainingBlocksForLayout(bool, WebCore::RenderObject *, WebCore::SubtreeLayoutScope *)
1 0xd081c2d WebCore::RenderObject::markContainingBlocksForLayout(bool, WebCore::RenderObject*, WebCore::SubtreeLayoutScope*)
2 0xd15849a WebCore::RenderObject::setNeedsLayout(WebCore::MarkingBehavior, WebCore::SubtreeLayoutScope*)
3 0xcfed7c5 WebCore::RenderImage::repaintOrMarkForLayout(bool, WebCore::IntRect const*)
4 0xcfed4a0 WebCore::RenderImage::imageChanged(void*, WebCore::IntRect const*)
5 0xd093e8c WebCore::RenderObject::imageChanged(WebCore::ImageResource*, WebCore::IntRect const*)
6 0xc95a4db WebCore::ImageResource::notifyObservers(WebCore::IntRect const*)
7 0xc95b0ff WebCore::ImageResource::animationAdvanced(WebCore::Image const*)
8 0xc95b15f non-virtual thunk to WebCore::ImageResource::animationAdvanced(WebCore::Image const*)
9 0x19d9031d WebCore::BitmapImage::internalAdvanceAnimation(bool)
10 0x19d900f3 WebCore::BitmapImage::startAnimation(WebCore::Image::CatchUpAnimation)
11 0x19d8ee89 WebCore::BitmapImage::draw(WebCore::GraphicsContext*, WebCore::FloatRect const&, WebCore::FloatRect const&, WebCore::CompositeOperator, blink::WebBlendMode, WebCore::RespectImageOrientationEnum)
12 0x19dbb731 WebCore::GraphicsContext::drawImage(WebCore::Image*, WebCore::FloatRect const&, WebCore::FloatRect const&, WebCore::CompositeOperator, blink::WebBlendMode, WebCore::RespectImageOrientationEnum)
13 0x19dbb528 WebCore::GraphicsContext::drawImage(WebCore::Image*, WebCore::FloatRect const&, WebCore::FloatRect const&, WebCore::CompositeOperator, WebCore::RespectImageOrientationEnum)
14 0x19dbb640 WebCore::GraphicsContext::drawImage(WebCore::Image*, WebCore::IntRect const&, WebCore::CompositeOperator, WebCore::RespectImageOrientationEnum)
15 0xcfef42a WebCore::RenderImage::paintIntoRect(WebCore::GraphicsContext*, WebCore::LayoutRect const&)
16 0xcfeef64 WebCore::RenderImage::paintReplaced(WebCore::PaintInfo&, WebCore::LayoutPoint const&)
17 0xd0a29cf WebCore::RenderReplaced::paint(WebCore::PaintInfo&, WebCore::LayoutPoint const&)
18 0xcfef4ec WebCore::RenderImage::paint(WebCore::PaintInfo&, WebCore::LayoutPoint const&)
19 0xcea45d7 WebCore::RenderBlock::paintAsInlineBlock(WebCore::RenderObject*, WebCore::PaintInfo&, WebCore::LayoutPoint const&)
20 0xce721c6 WebCore::InlineBox::paint(WebCore::PaintInfo&, WebCore::LayoutPoint const&, WebCore::LayoutUnit, WebCore::LayoutUnit)
21 0xce7982c WebCore::InlineFlowBox::paint(WebCore::PaintInfo&, WebCore::LayoutPoint const&, WebCore::LayoutUnit, WebCore::LayoutUnit)
22 0xd15dcf4 WebCore::RootInlineBox::paint(WebCore::PaintInfo&, WebCore::LayoutPoint const&, WebCore::LayoutUnit, WebCore::LayoutUnit)
23 0xd056b5f WebCore::RenderLineBoxList::paint(WebCore::RenderBoxModelObject*, WebCore::PaintInfo&, WebCore::LayoutPoint const&) const
24 0xcea416e WebCore::RenderBlock::paintContents(WebCore::PaintInfo&, WebCore::LayoutPoint const&)
25 0xcea4be1 WebCore::RenderBlock::paintObject(WebCore::PaintInfo&, WebCore::LayoutPoint const&)
26 0xcea2417 WebCore::RenderBlock::paint(WebCore::PaintInfo&, WebCore::LayoutPoint const&)
27 0xcea4394 WebCore::RenderBlock::paintChild(WebCore::RenderBox*, WebCore::PaintInfo&, WebCore::LayoutPoint const&)
28 0xcea42be WebCore::RenderBlock::paintChildren(WebCore::PaintInfo&, WebCore::LayoutPoint const&)
29 0xcea4222 WebCore::RenderBlock::paintContents(WebCore::PaintInfo&, WebCore::LayoutPoint const&)
30 0xcea4be1 WebCore::RenderBlock::paintObject(WebCore::PaintInfo&, WebCore::LayoutPoint const&)
31 0xcea2417 WebCore::RenderBlock::paint(WebCore::PaintInfo&, WebCore::LayoutPoint const&)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment