Bug 121865 - Tighten some renderer access in Document.
Summary: Tighten some renderer access in Document.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-24 14:10 PDT by Andreas Kling
Modified: 2013-10-10 04:15 PDT (History)
4 users (show)

See Also:


Attachments
Patch (3.27 KB, patch)
2013-09-24 14:10 PDT, Andreas Kling
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2013-09-24 14:10:03 PDT
Tighten some renderer access in Document.
Comment 1 Andreas Kling 2013-09-24 14:10:32 PDT
Created attachment 212499 [details]
Patch
Comment 2 Antti Koivisto 2013-09-24 14:50:57 PDT
Comment on attachment 212499 [details]
Patch

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

> Source/WebCore/dom/Document.cpp:329
> +static Widget* widgetForElement(Element* focusedElement)

How about reference?
Comment 3 Andreas Kling 2013-10-10 04:15:16 PDT
Committed r157213: <http://trac.webkit.org/changeset/157213>