Bug 36338 - Remove unused RenderReplaced::adjustOverflowForBoxShadowAndReflect() declaration
Summary: Remove unused RenderReplaced::adjustOverflowForBoxShadowAndReflect() declaration
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-18 18:23 PDT by David Kilzer (:ddkilzer)
Modified: 2010-03-22 21:28 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.04 KB, patch)
2010-03-18 18:23 PDT, David Kilzer (:ddkilzer)
darin: review+
Details | Formatted Diff | Diff
patch v0 (4.46 KB, patch)
2010-03-19 05:53 PDT, Hajime Morrita
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2010-03-18 18:23:38 PDT
Created attachment 51117 [details]
Patch

Reviewed by NOBODY (OOPS!).

This declaration should have been removed in r47440.

* rendering/RenderReplaced.h:
(WebCore::RenderReplaced::adjustOverflowForBoxShadowAndReflect): Removed.
---
 2 files changed, 11 insertions(+), 1 deletions(-)
Comment 1 Darin Adler 2010-03-18 18:24:09 PDT
Comment on attachment 51117 [details]
Patch

rs=me
Comment 2 David Kilzer (:ddkilzer) 2010-03-18 18:34:02 PDT
Committed r56206: <http://trac.webkit.org/changeset/56206>
Comment 3 Hajime Morrita 2010-03-19 05:53:24 PDT
Created attachment 51146 [details]
patch v0
Comment 4 Hajime Morrita 2010-03-19 05:56:03 PDT
Comment on attachment 51146 [details]
patch v0

Oops! webkit-patch detect previous bug URL unexpectedly.
I'm sorry to bother you...
Comment 5 David Kilzer (:ddkilzer) 2010-03-19 09:24:43 PDT
(In reply to comment #4)
> (From update of attachment 51146 [details])
> Oops! webkit-patch detect previous bug URL unexpectedly.
> I'm sorry to bother you...

Did you file a bug about this?
Comment 6 Hajime Morrita 2010-03-22 21:28:05 PDT
Filed Bug 36477. Thank you for pointing it out!