Bug 36952 - Web Inspector: Audits: fix parsing of injected script-evaluated result for CssInHeadRule
Summary: Web Inspector: Audits: fix parsing of injected script-evaluated result for Cs...
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: Alexander Pavlov (apavlov)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-01 05:08 PDT by Alexander Pavlov (apavlov)
Modified: 2010-04-01 08:47 PDT (History)
8 users (show)

See Also:


Attachments
[PATCH] Proposed solution (4.40 KB, patch)
2010-04-01 05:35 PDT, Alexander Pavlov (apavlov)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pavlov (apavlov) 2010-04-01 05:08:37 PDT
urlViolations[1] is an array, so its elements should be addressed as urlViolations[1][i].
Comment 1 Alexander Pavlov (apavlov) 2010-04-01 05:35:56 PDT
Created attachment 52288 [details]
[PATCH] Proposed solution
Comment 2 WebKit Commit Bot 2010-04-01 06:00:36 PDT
Comment on attachment 52288 [details]
[PATCH] Proposed solution

Clearing flags on attachment: 52288

Committed r56909: <http://trac.webkit.org/changeset/56909>
Comment 3 WebKit Commit Bot 2010-04-01 06:00:41 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Timothy Hatcher 2010-04-01 08:47:22 PDT
CssInHeadRule should be CSSInHeadRule