Bug 38247

Summary: Unnecessary PrintContext::end() calls
Product: WebKit Reporter: Shinichiro Hamaji <hamaji>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch v1 darin: review+

Shinichiro Hamaji
Reported 2010-04-28 01:10:36 PDT
With http://trac.webkit.org/changeset/58386 , now PrintContext calls end() in its destructor. Let's remove unnecessary end() calls. I won't modify port specific code for now. I don't know how to check Qt and GTK printing. Chromium is using PrintContext in different way and it seems we need some refactoring works.
Attachments
Patch v1 (1.82 KB, patch)
2010-04-28 01:12 PDT, Shinichiro Hamaji
darin: review+
Shinichiro Hamaji
Comment 1 2010-04-28 01:12:00 PDT
Created attachment 54535 [details] Patch v1
Shinichiro Hamaji
Comment 2 2010-04-30 02:14:44 PDT
Note You need to log in before you can comment on or make changes to this bug.