Bug 126090

Summary: PostAttachCallbackDisabler should take a Document
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: cmarcelo, commit-queue, esprehn+autocc, kangil.han
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kling: review+

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>