Summary: | Avoid duplicating hostWindow() call in FrameView::setFrameRect() | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Seokju Kwon <seokju> | ||||||
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | cdumez, commit-queue | ||||||
Priority: | P2 | ||||||||
Version: | 528+ (Nightly build) | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Attachments: |
|
Description
Seokju Kwon
2013-06-26 22:09:52 PDT
Created attachment 205561 [details]
Patch
Comment on attachment 205561 [details]
Patch
FrameView::hostWindow() is not trivial/inlined so ok. r=me.
Comment on attachment 205561 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=205561&action=review > Source/WebCore/ChangeLog:7 > + Please add a Changelog. Created attachment 205598 [details]
Patch
Comment on attachment 205598 [details]
Patch
Fixed it. Thanks!
Comment on attachment 205598 [details] Patch Clearing flags on attachment: 205598 Committed r152098: <http://trac.webkit.org/changeset/152098> All reviewed patches have been landed. Closing bug. |