Bug 33218 - Remove dead code in WebViewWndProc
Summary: Remove dead code in WebViewWndProc
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-05 10:44 PST by Adam Roben (:aroben)
Modified: 2010-01-05 15:09 PST (History)
2 users (show)

See Also:


Attachments
Patch (1.33 KB, patch)
2010-01-05 10:44 PST, Adam Roben (:aroben)
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Roben (:aroben) 2010-01-05 10:44:21 PST
Created attachment 45908 [details]
Patch

Need a short description and bug URL (OOPS!)

Reviewed by NOBODY (OOPS!).

* WebView.cpp:
(WebView::WebViewWndProc): Removed a redundant isBeingDestroyed check.
We bail out much earlier in this function if isBeingDestroyed is true.
---
 2 files changed, 12 insertions(+), 4 deletions(-)
Comment 1 WebKit Review Bot 2010-01-05 10:48:58 PST
style-queue ran check-webkit-style on attachment 45908 [details] without any errors.
Comment 2 Adam Roben (:aroben) 2010-01-05 15:09:03 PST
Committed r52827: <http://trac.webkit.org/changeset/52827>