Bug 102902 - Web Inspector: reparenting view does not detach from the previous parent.
Summary: Web Inspector: reparenting view does not detach from the previous parent.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-21 01:42 PST by Pavel Feldman
Modified: 2012-11-21 04:37 PST (History)
9 users (show)

See Also:


Attachments
Patch (3.56 KB, patch)
2012-11-21 01:55 PST, Pavel Feldman
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2012-11-21 01:42:37 PST
Patch to follow.
Comment 1 Pavel Feldman 2012-11-21 01:55:46 PST
Created attachment 175381 [details]
Patch
Comment 2 Vsevolod Vlasov 2012-11-21 02:37:32 PST
Comment on attachment 175381 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=175381&action=review

> Source/WebCore/inspector/front-end/View.js:169
> +            if (this.element.parentElement)

This check is already present in detach
Comment 3 WebKit Review Bot 2012-11-21 04:37:45 PST
Comment on attachment 175381 [details]
Patch

Clearing flags on attachment: 175381

Committed r135386: <http://trac.webkit.org/changeset/135386>
Comment 4 WebKit Review Bot 2012-11-21 04:37:48 PST
All reviewed patches have been landed.  Closing bug.