Bug 81953 - ASSERT(!needsLayout) in RenderView.cpp when visiting http://www.panic.com/blog/
Summary: ASSERT(!needsLayout) in RenderView.cpp when visiting http://www.panic.com/blog/
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-22 13:05 PDT by Anders Carlsson
Modified: 2012-03-22 14:15 PDT (History)
0 users

See Also:


Attachments
Patch (7.63 KB, patch)
2012-03-22 13:16 PDT, Anders Carlsson
no flags Details | Formatted Diff | Diff
Patch (11.86 KB, patch)
2012-03-22 13:36 PDT, Anders Carlsson
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2012-03-22 13:05:22 PDT
ASSERT(!needsLayout) in RenderView.cpp when visiting http://www.panic.com/blog/
Comment 1 Anders Carlsson 2012-03-22 13:16:07 PDT
Created attachment 133330 [details]
Patch
Comment 2 Build Bot 2012-03-22 13:26:53 PDT
Comment on attachment 133330 [details]
Patch

Attachment 133330 [details] did not pass win-ews (win):
Output: http://queues.webkit.org/results/12116204
Comment 3 Anders Carlsson 2012-03-22 13:36:20 PDT
Created attachment 133335 [details]
Patch
Comment 4 Sam Weinig 2012-03-22 14:06:47 PDT
Comment on attachment 133335 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=133335&action=review

> Source/WebCore/ChangeLog:42
> +2012-03-22  Anders Carlsson  <andersca@apple.com>
> +
> +
> +        * platform/graphics/ca/GraphicsLayerCA.cpp:
> +        (WebCore::GraphicsLayerCA::platformCALayerDidCreateTiles):
> +        * platform/graphics/ca/GraphicsLayerCA.h:
> +        (GraphicsLayerCA):
> +        * platform/graphics/ca/PlatformCALayerClient.h:
> +        (PlatformCALayerClient):
> +        * platform/graphics/ca/mac/TileCache.mm:
> +        (WebCore::TileCache::setScale):
> +        (WebCore::TileCache::revalidateTiles):
> +

Double ChangeLog!
Comment 5 Anders Carlsson 2012-03-22 14:15:14 PDT
Committed r111762: <http://trac.webkit.org/changeset/111762>