Bug 131610 - Mark Supplement instead of RefCountedSupplement in NavigatorContentUtils
Summary: Mark Supplement instead of RefCountedSupplement in NavigatorContentUtils
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gyuyoung Kim
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-14 02:55 PDT by Gyuyoung Kim
Modified: 2014-04-14 03:14 PDT (History)
0 users

See Also:


Attachments
WIP (4.65 KB, patch)
2014-04-14 03:14 PDT, Gyuyoung Kim
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gyuyoung Kim 2014-04-14 02:55:07 PDT
There is no reason that NavigatorContentUtils should use RefCountedSupplement. In r122810, There was some confusion, then the NavigatorContentUtils has been used as RefCountedSupplement. This patch marks the NavigatorContentUtils to use Supplement instead of RefCountedSupplement.
Comment 1 Gyuyoung Kim 2014-04-14 03:14:07 PDT
Created attachment 229277 [details]
WIP