Bug 73243

Summary: [MutationObservers] Fix build breakage after CSSInlineDeclaration refactor
Product: WebKit Reporter: Rafael Weinstein <rafaelw>
Component: DOMAssignee: Rafael Weinstein <rafaelw>
Status: RESOLVED FIXED    
Severity: Normal CC: adamk, kling, koivisto, macpherson, ojan, rniwa, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 68729    
Attachments:
Description Flags
Patch
none
Patch none

Description Rafael Weinstein 2011-11-28 13:21:37 PST
bug 73121 broke code that is behind the MUTATION_OBSERVERS compile flag.
Comment 1 Rafael Weinstein 2011-11-28 13:23:16 PST
Created attachment 116807 [details]
Patch
Comment 2 Ryosuke Niwa 2011-11-28 13:36:08 PST
Comment on attachment 116807 [details]
Patch

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

> Source/WebCore/css/CSSMutableStyleDeclaration.cpp:69
> +        CSSInlineStyleDeclaration* inlineDecl = static_cast<CSSInlineStyleDeclaration*>(s_currentDecl);

We should add toCSSInlineStyleDeclaration.
Comment 3 Rafael Weinstein 2011-11-28 13:51:35 PST
Created attachment 116814 [details]
Patch
Comment 4 Ryosuke Niwa 2011-11-28 13:56:39 PST
Comment on attachment 116814 [details]
Patch

Thanks for adding toCSSInlineStyleDeclaration!
Comment 5 WebKit Review Bot 2011-11-28 17:31:50 PST
Comment on attachment 116814 [details]
Patch

Clearing flags on attachment: 116814

Committed r101310: <http://trac.webkit.org/changeset/101310>
Comment 6 WebKit Review Bot 2011-11-28 17:31:55 PST
All reviewed patches have been landed.  Closing bug.