Bug 31641

Summary: Web Inspector: Directly Access <head> Instead of Searching for It
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web Inspector (Deprecated)Assignee: Joseph Pecoraro <joepeck>
Status: RESOLVED FIXED    
Severity: Normal CC: bweinstein, joepeck, keishi, pfeldman, pmuellr, rik, timothy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] Use Direct Access pfeldman: review+

Joseph Pecoraro
Reported 2009-11-18 13:13:31 PST
There is no longer a need for document.getElementsByTagName("head") to get the head element, due to document.head being added in bug 30232.
Attachments
[PATCH] Use Direct Access (3.89 KB, patch)
2009-11-18 13:15 PST, Joseph Pecoraro
pfeldman: review+
Joseph Pecoraro
Comment 1 2009-11-18 13:15:38 PST
Created attachment 43453 [details] [PATCH] Use Direct Access
Joseph Pecoraro
Comment 2 2009-11-18 14:06:19 PST
Landed in http://trac.webkit.org/changeset/51134 r51134 = e140ac8a0460c6235fe692fff23faad8e148ac2a
Note You need to log in before you can comment on or make changes to this bug.