Bug 122421

Summary: Clean up ContentData
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: allan.jensen, commit-queue, esprehn+autocc, glenn, gyuyoung.kim, kondapallykalyan, macpherson, menard
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kling: review+

Anders Carlsson
Reported 2013-10-06 12:52:04 PDT
Clean up ContentData
Attachments
Patch (14.25 KB, patch)
2013-10-06 12:54 PDT, Anders Carlsson
kling: review+
Anders Carlsson
Comment 1 2013-10-06 12:54:25 PDT
Andreas Kling
Comment 2 2013-10-06 12:59:16 PDT
Comment on attachment 213521 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=213521&action=review > Source/WebCore/rendering/style/ContentData.h:50 > + virtual std::unique_ptr<ContentData> clone() const; override > Source/WebCore/rendering/style/ContentData.h:65 > + ImageContentData(PassRefPtr<StyleImage> image) explicit > Source/WebCore/rendering/style/ContentData.h:97 > + TextContentData(const String& text) explicit > Source/WebCore/rendering/style/ContentData.h:123 > + CounterContentData(std::unique_ptr<CounterContent> counter) explicit > Source/WebCore/rendering/style/ContentData.h:153 > + QuoteContentData(QuoteType quote) explicit
Anders Carlsson
Comment 3 2013-10-06 13:13:11 PDT
Note You need to log in before you can comment on or make changes to this bug.