Bug 126090 - PostAttachCallbackDisabler should take a Document
Summary: PostAttachCallbackDisabler should take a Document
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: 2013-12-20 15:55 PST by Anders Carlsson
Modified: 2013-12-20 17:19 PST (History)
4 users (show)

See Also:


Attachments
Patch (5.72 KB, patch)
2013-12-20 15:58 PST, Anders Carlsson
kling: 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 2013-12-20 15:55:28 PST
PostAttachCallbackDisabler should take a Document
Comment 1 Anders Carlsson 2013-12-20 15:58:30 PST
Created attachment 219806 [details]
Patch
Comment 2 Andreas Kling 2013-12-20 16:06:19 PST
Comment on attachment 219806 [details]
Patch

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

Nice move. r=me.

> Source/WebCore/dom/Element.h:811
> +    PostAttachCallbackDisabler(Document& document)

explicit?
Comment 3 Anders Carlsson 2013-12-20 17:19:44 PST
Committed r160942: <http://trac.webkit.org/changeset/160942>